X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fserver.h;h=3da2f04ef1ea424ae678000f6f7216ef25c29e1d;hb=5579c4ee23c4f4ca02a75e6f7f40b51e9f017117;hp=ffd0831d5a336f14986f2f6c2896bc569028413a;hpb=bab0811f845cedb817a3c3a29dd91ade07d5a886;p=chaz%2Ftint2 diff --git a/src/server.h b/src/server.h index ffd0831..3da2f04 100644 --- a/src/server.h +++ b/src/server.h @@ -51,6 +51,7 @@ typedef struct Global_atom Atom _NET_CLOSE_WINDOW; Atom UTF8_STRING; Atom _NET_SUPPORTING_WM_CHECK; + Atom _NET_WM_CM_S0; Atom _NET_WM_STRUT_PARTIAL; Atom WM_NAME; Atom __SWM_VROOT; @@ -83,6 +84,7 @@ typedef struct { Display *dsp; Window root_win; + Window composite_manager; // current desktop int desktop; int screen;