double ptrs suck! yay shape!

This commit is contained in:
Dana Jansens 2003-03-24 19:10:33 +00:00
parent 7567e3d781
commit 2bdc37e920

View file

@ -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