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:
7567e3d
)
double ptrs suck! yay shape!
author
Dana Jansens
<danakj@orodu.net>
Mon, 24 Mar 2003 19:10:33 +0000
(19:10 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Mon, 24 Mar 2003 19:10:33 +0000
(19:10 +0000)
openbox/event.c
patch
|
blob
|
history
diff --git
a/openbox/event.c
b/openbox/event.c
index 0088085b65241fcd9d273645ae6e330cd11026b1..1844e3f61bdcbe338dd5ac30cdb29ea73c0a686d 100644
(file)
--- a/
openbox/event.c
+++ b/
openbox/event.c
@@
-565,7
+565,7
@@
static void event_handle_client(Client *client, XEvent *e)
;
#ifdef SHAPE
if (extensions_shape && e->type == extensions_shape_event_basep) {
- client->shaped = ((XShapeEvent*)
&
e)->shaped;
+ client->shaped = ((XShapeEvent*)e)->shaped;
engine_frame_adjust_shape(client->frame);
}
#endif