1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-13 11:42:21 +00:00

dtwm: Add definitions for _NET_WM_NAME and _NET_WM_ICON_NAME.

This commit is contained in:
Liang Chang 2021-09-09 14:51:34 +08:00
parent 7734a01e41
commit 9a8debd7d1

View file

@ -1935,6 +1935,9 @@ typedef struct _WmGlobalData
Atom xa_SM_CLIENT_ID;
Atom xa_WMSAVE_HINT;
Atom xa_UTF8_STRING;
Atom xa_NET_WM_NAME;
Atom xa_NET_WM_ICON_NAME;
Atom xa_NET_WM_FULLSCREEN_MONITORS;
Atom xa_NET_WM_STATE;
Atom xa_NET_WM_STATE_FULLSCREEN;