mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
xwayland: add _NET_WM_WINDOW_TYPE_MENU support
This commit is contained in:
parent
bef5c1fd56
commit
c55ad11d96
3 changed files with 26 additions and 21 deletions
|
|
@ -53,12 +53,14 @@ enum atom_name {
|
|||
TEXT,
|
||||
TIMESTAMP,
|
||||
DELETE,
|
||||
NET_WM_WINDOW_TYPE_NORMAL,
|
||||
NET_WM_WINDOW_TYPE_UTILITY,
|
||||
NET_WM_WINDOW_TYPE_TOOLTIP,
|
||||
NET_WM_WINDOW_TYPE_DND,
|
||||
NET_WM_WINDOW_TYPE_DROPDOWN_MENU,
|
||||
NET_WM_WINDOW_TYPE_POPUP_MENU,
|
||||
NET_WM_WINDOW_TYPE_COMBO,
|
||||
NET_WM_WINDOW_TYPE_MENU,
|
||||
DND_SELECTION,
|
||||
DND_AWARE,
|
||||
DND_STATUS,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue