xwayland: Allow to retrieve _NET_STARTUP_ID

This is use for startup notifications per startup-notifiation spec

https://specifications.freedesktop.org/startup-notification-spec/startup-notification-latest.txt
This commit is contained in:
Guido Günther 2021-01-29 16:45:44 +01:00 committed by Simon Ser
parent 9b7803a9b3
commit de1522aeee
3 changed files with 32 additions and 0 deletions

View file

@ -55,6 +55,7 @@ enum atom_name {
TEXT,
TIMESTAMP,
DELETE,
NET_STARTUP_ID,
NET_WM_WINDOW_TYPE_NORMAL,
NET_WM_WINDOW_TYPE_UTILITY,
NET_WM_WINDOW_TYPE_TOOLTIP,