diff options
| author | Dana Jansens <danakj@orodu.net> | 2011-10-14 17:39:24 -0400 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2011-10-16 18:51:51 -0400 |
| commit | aa15563feeee03d7748e7d5279decf60db23fda9 (patch) | |
| tree | 03b1dc8b64c79546fdac408ede2c40f2918f88e9 /openbox/screen.c | |
| parent | fd9bb43059a4e106bfa07babb0eb2f93146e49b2 (diff) | |
Propagate _NET_WM_WINDOW_OPACITY to the frame window (bug #5132)
Diffstat (limited to 'openbox/screen.c')
| -rw-r--r-- | openbox/screen.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openbox/screen.c b/openbox/screen.c index d368cab6..f7d39fb5 100644 --- a/openbox/screen.c +++ b/openbox/screen.c @@ -249,6 +249,7 @@ gboolean screen_annex(void) supported[i++] = OBT_PROP_ATOM(NET_WM_WINDOW_TYPE_DIALOG); supported[i++] = OBT_PROP_ATOM(NET_WM_WINDOW_TYPE_NORMAL); supported[i++] = OBT_PROP_ATOM(NET_WM_ALLOWED_ACTIONS); + supported[i++] = OBT_PROP_ATOM(NET_WM_WINDOW_OPACITY); supported[i++] = OBT_PROP_ATOM(NET_WM_ACTION_MOVE); supported[i++] = OBT_PROP_ATOM(NET_WM_ACTION_RESIZE); supported[i++] = OBT_PROP_ATOM(NET_WM_ACTION_MINIMIZE); |
