X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fserver.h;h=aba113255c11c24b818124b036f4d65e7500c814;hb=f704f3350599d7f71afd0fb827c0948dec67ede3;hp=401f22215157cf76d042ccda65c7d9fec44cee08;hpb=6125e8ac9c2c1ce704ade3180237000626be8fd0;p=chaz%2Ftint2 diff --git a/src/server.h b/src/server.h index 401f222..aba1132 100644 --- a/src/server.h +++ b/src/server.h @@ -50,7 +50,6 @@ typedef struct Global_atom Atom _NET_CLOSE_WINDOW; Atom UTF8_STRING; Atom _NET_SUPPORTING_WM_CHECK; - Atom _WIN_LAYER; Atom _NET_WM_STRUT_PARTIAL; Atom WM_NAME; Atom __SWM_VROOT; @@ -116,7 +115,8 @@ void server_init_atoms (); void get_root_pixmap(); // detect monitors and desktops -void get_monitors_and_desktops(); +void get_monitors(); +void get_desktops(); #endif