From de1522aeee04e23522398fe5cee17af67de7602a Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Fri, 29 Jan 2021 16:45:44 +0100 Subject: 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 --- include/xwayland/xwm.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/xwayland') 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, -- cgit v1.2.3