X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fevent.c;fp=openbox%2Fevent.c;h=8a52402ecc63212cc181dc39c68eb7dff63c70bd;hb=9c356d370ab3e5a6b28e38ce8289d80bf35c8828;hp=b0a53dba8c0716c0f904f0f8ad484cdf34aca2f7;hpb=7c33f45e09350bdd40990ef98cf4765d780263fe;p=chaz%2Fopenbox diff --git a/openbox/event.c b/openbox/event.c index b0a53dba..8a52402e 100644 --- a/openbox/event.c +++ b/openbox/event.c @@ -1695,10 +1695,12 @@ static void event_handle_client(ObClient *client, XEvent *e) client->shaped = ((XShapeEvent*)e)->shaped; kind = ShapeBounding; break; +#ifdef ShapeInput case ShapeInput: client->shaped_input = ((XShapeEvent*)e)->shaped; kind = ShapeInput; break; +#endif default: g_assert_not_reached(); }