X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fopenbox;a=blobdiff_plain;f=openbox%2Fevent.c;h=cf089b64e3c5212ee3ff70baac9e904f3b82e3f9;hp=b9ec1c51bc04eb68447db04546d3d4859832b184;hb=aa15563feeee03d7748e7d5279decf60db23fda9;hpb=fd9bb43059a4e106bfa07babb0eb2f93146e49b2 diff --git a/openbox/event.c b/openbox/event.c index b9ec1c51..cf089b64 100644 --- a/openbox/event.c +++ b/openbox/event.c @@ -1681,6 +1681,9 @@ static void event_handle_client(ObClient *client, XEvent *e) event_last_user_time = t; } } + else if (msgtype == OBT_PROP_ATOM(NET_WM_WINDOW_OPACITY)) { + client_update_opacity(client); + } #ifdef SYNC else if (msgtype == OBT_PROP_ATOM(NET_WM_SYNC_REQUEST_COUNTER)) { /* if they are resizing right now this would cause weird behaviour.