double ptrs suck! yay shape!
This commit is contained in:
parent
7567e3d781
commit
2bdc37e920
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue