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:
parent
7734a01e41
commit
9a8debd7d1
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue