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/client.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openbox/client.h') diff --git a/openbox/client.h b/openbox/client.h index b36bef5a..d5b344ff 100644 --- a/openbox/client.h +++ b/openbox/client.h @@ -616,6 +616,8 @@ void client_update_sync_request_counter(ObClient *self); #endif /*! Updates the window's colormap */ void client_update_colormap(ObClient *self, Colormap colormap); +/*! Updates the requested opacity for the window from the client. */ +void client_update_opacity(ObClient *self); /*! Updates the WMNormalHints and adjusts things if they change */ void client_update_normal_hints(ObClient *self); -- cgit v1.2.3