From: Dana Jansens Date: Mon, 24 Mar 2003 19:10:33 +0000 (+0000) Subject: double ptrs suck! yay shape! X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=2bdc37e9200bef650867d7b9b2a251327b922629;p=chaz%2Fopenbox double ptrs suck! yay shape! --- diff --git a/openbox/event.c b/openbox/event.c index 0088085b..1844e3f6 100644 --- 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