aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl.c
diff options
context:
space:
mode:
Diffstat (limited to 'uzbl.c')
-rw-r--r--uzbl.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/uzbl.c b/uzbl.c
index 2220832..11c6018 100644
--- a/uzbl.c
+++ b/uzbl.c
@@ -596,6 +596,12 @@ cmd_set_geometry() {
if(uzbl.state.verbose)
printf("Error in geometry string: %s\n", uzbl.gui.geometry);
}
+ /* update geometry var with the actual geometry
+ this is necessary as some WMs don't seem to honour
+ the above setting and we don't want to end up with
+ wrong geometry information
+ */
+ retreive_geometry();
}
static void