]> Dogcows Code - chaz/tint2/blobdiff - src/server.h
detect start/stop composite manager. and answer to question.
[chaz/tint2] / src / server.h
index ffd0831d5a336f14986f2f6c2896bc569028413a..3da2f04ef1ea424ae678000f6f7216ef25c29e1d 100644 (file)
@@ -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;
This page took 0.025946 seconds and 4 git commands to generate.