]> Dogcows Code - chaz/openbox/commitdiff
send the client's border width in configurenotify messages, so it can get the right...
authorDana Jansens <danakj@orodu.net>
Sat, 26 May 2007 22:28:27 +0000 (22:28 +0000)
committerDana Jansens <danakj@orodu.net>
Sat, 26 May 2007 22:28:27 +0000 (22:28 +0000)
openbox/client.c

index bf7723365fdde511c1fa1e39ccbd68ba951f191c..9c679fee9e2f9e3f56765be5f670e6c2c79ab119 100644 (file)
@@ -2931,7 +2931,7 @@ void client_configure(ObClient *self, gint x, gint y, gint w, gint h,
         event.xconfigure.y = self->root_pos.y;
         event.xconfigure.width = w;
         event.xconfigure.height = h;
-        event.xconfigure.border_width = 0;
+        event.xconfigure.border_width = self->border_width;
         event.xconfigure.above = self->frame->plate;
         event.xconfigure.override_redirect = FALSE;
         XSendEvent(event.xconfigure.display, event.xconfigure.window,
This page took 0.028211 seconds and 4 git commands to generate.