]> Dogcows Code - chaz/openbox/blobdiff - openbox/frame.c
set a OB_ICONIFY_ALPHA define in misc.h for the 3 places to all use
[chaz/openbox] / openbox / frame.c
index 38511108e10218bcf50bf37a3ba7ad4fc710aff3..124ffc051f85d60444b5802fa80e34d1471cd874 100644 (file)
@@ -719,8 +719,7 @@ void frame_adjust_area(ObFrame *self, gboolean moved,
 
             /* when the client has StaticGravity, it likes to move around. */
             XMoveWindow(ob_display, self->client->window,
-                        self->size.left - self->client->border_width,
-                        self->size.top - self->client->border_width);
+                        self->size.left, self->size.top);
         }
     }
 
This page took 0.026152 seconds and 4 git commands to generate.