diff options
author | Guido Günther <agx@sigxcpu.org> | 2021-01-29 16:45:44 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2021-08-20 10:44:22 +0200 |
commit | de1522aeee04e23522398fe5cee17af67de7602a (patch) | |
tree | 3f9e2e7f35446d48dfabf1cb3ef079012d664e1c /include/xwayland/xwm.h | |
parent | 9b7803a9b36915d8e5f7a7e59bca578ab4c2e604 (diff) |
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
Diffstat (limited to 'include/xwayland/xwm.h')
-rw-r--r-- | include/xwayland/xwm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/xwayland/xwm.h b/include/xwayland/xwm.h index d564a0e2..5e6bfee3 100644 --- a/include/xwayland/xwm.h +++ b/include/xwayland/xwm.h @@ -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, |