mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
xwm: Handle NET_WM_WINDOW_OPACITY
Lot of clients use it (e.g. both Qt and GTK) although it never made it into the spec at https://specifications.freedesktop.org/wm-spec/latest-single/ until recently https://gitlab.freedesktop.org/xdg/xdg-specs/-/merge_requests/97 Signed-off-by: Guido Günther <agx@sigxcpu.org>
This commit is contained in:
parent
a63e21d94c
commit
e752e3ec06
3 changed files with 25 additions and 0 deletions
|
|
@ -70,6 +70,7 @@ enum atom_name {
|
|||
NET_STARTUP_ID,
|
||||
NET_STARTUP_INFO,
|
||||
NET_STARTUP_INFO_BEGIN,
|
||||
NET_WM_WINDOW_OPACITY,
|
||||
NET_WM_WINDOW_TYPE_NORMAL,
|
||||
NET_WM_WINDOW_TYPE_UTILITY,
|
||||
NET_WM_WINDOW_TYPE_TOOLTIP,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue