From aa15563feeee03d7748e7d5279decf60db23fda9 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 14 Oct 2011 17:39:24 -0400 Subject: Propagate _NET_WM_WINDOW_OPACITY to the frame window (bug #5132) --- openbox/event.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'openbox/event.c') 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. -- cgit v1.2.3