]> Dogcows Code - chaz/openbox/blobdiff - openbox/action.c
dont impose staying on-screen for non-normal windows like kicker
[chaz/openbox] / openbox / action.c
index efc7f1ef513b89dba2bac42d9fb692e2ef2e3556..51de17daa3abb0d967d4dface847370ece400b1b 100644 (file)
@@ -1231,11 +1231,12 @@ void action_growtoedge(union ActionData *data)
 {
     int x, y, width, height, dest;
     ObClient *c = data->diraction.any.c;
-    Rect *a = screen_area(c->desktop);
+    Rect *a;
 
     if (!c)
         return;
     
+    a = screen_area(c->desktop);
     x = c->frame->area.x;
     y = c->frame->area.y;
     width = c->frame->area.width;
This page took 0.023621 seconds and 4 git commands to generate.