projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca8924a
)
send the client's border width in configurenotify messages, so it can get the right...
author
Dana Jansens
<danakj@orodu.net>
Sat, 26 May 2007 22:28:27 +0000
(22:28 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Sat, 26 May 2007 22:28:27 +0000
(22:28 +0000)
openbox/client.c
patch
|
blob
|
history
diff --git
a/openbox/client.c
b/openbox/client.c
index bf7723365fdde511c1fa1e39ccbd68ba951f191c..9c679fee9e2f9e3f56765be5f670e6c2c79ab119 100644
(file)
--- a/
openbox/client.c
+++ b/
openbox/client.c
@@
-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,