X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fserver.h;h=da11b1de2e20e87430101d0d4e24fe0ea706d26c;hb=e2715a85118ed183880c42dea2fad79402c896cb;hp=8237a39b199faf22abbe69598772483d835d6dc3;hpb=57dab661b3f5b1c318f782cdc00c5e534dfe58d9;p=chaz%2Ftint2 diff --git a/src/server.h b/src/server.h index 8237a39..da11b1d 100644 --- a/src/server.h +++ b/src/server.h @@ -17,8 +17,10 @@ typedef struct Global_atom { Atom _XROOTPMAP_ID; + Atom _XROOTMAP_ID; Atom _NET_CURRENT_DESKTOP; Atom _NET_NUMBER_OF_DESKTOPS; + Atom _NET_DESKTOP_NAMES; Atom _NET_DESKTOP_GEOMETRY; Atom _NET_DESKTOP_VIEWPORT; Atom _NET_ACTIVE_WINDOW; @@ -49,7 +51,7 @@ typedef struct Global_atom Atom _NET_WM_VISIBLE_NAME; Atom _NET_WM_STRUT; Atom _NET_WM_ICON; - Atom _NET_WM_ICON_GEOMETRY; + Atom _NET_WM_ICON_GEOMETRY; Atom _NET_CLOSE_WINDOW; Atom UTF8_STRING; Atom _NET_SUPPORTING_WM_CHECK; @@ -66,6 +68,8 @@ typedef struct Global_atom Atom _NET_SYSTEM_TRAY_ORIENTATION; Atom _XEMBED; Atom _XEMBED_INFO; + Atom _XSETTINGS_SCREEN; + Atom _XSETTINGS_SETTINGS; Atom XdndAware; Atom XdndPosition; Atom XdndStatus;