X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fserver.h;h=0073913572cca8f31d8b8f986cb8f1c0473299b7;hb=225d539a919521805c08b3fc7b74a06a52db6f40;hp=b8014e6b3e9aec575bc7feb14777f2c7fb70431f;hpb=0357305cec0f78ba4d4717467025ead6be25ce0c;p=chaz%2Ftint2 diff --git a/src/server.h b/src/server.h index b8014e6..0073913 100644 --- a/src/server.h +++ b/src/server.h @@ -11,7 +11,6 @@ #include #include -#include #include @@ -27,6 +26,7 @@ typedef struct Global_atom Atom _NET_WM_STATE_SKIP_PAGER; Atom _NET_WM_STATE_SKIP_TASKBAR; Atom _NET_WM_STATE_STICKY; + Atom _NET_WM_STATE_DEMANDS_ATTENTION; Atom _NET_WM_WINDOW_TYPE_DOCK; Atom _NET_WM_WINDOW_TYPE_DESKTOP; Atom _NET_WM_WINDOW_TYPE_TOOLBAR; @@ -53,6 +53,11 @@ typedef struct Global_atom Atom WM_NAME; Atom __SWM_VROOT; Atom _MOTIF_WM_HINTS; + Atom _NET_SYSTEM_TRAY_SCREEN; + Atom _NET_SYSTEM_TRAY_OPCODE; + Atom MANAGER; + Atom _NET_SYSTEM_TRAY_MESSAGE_DATA; + Atom _NET_SYSTEM_TRAY_ORIENTATION; } Global_atom;