]> Dogcows Code - chaz/tint2/blobdiff - src/server.h
replace real_transparency option with an autodetect of composite manager.
[chaz/tint2] / src / server.h
index 7a86ca4b8b6b3adbb7b5b3414fe109a389943505..11ea89bd7f026c6e0ec6547b93d393256a506bc7 100644 (file)
@@ -41,6 +41,7 @@ typedef struct Global_atom
        Atom _NET_WM_STATE_MAXIMIZED_HORZ;
        Atom _NET_WM_STATE_SHADED;
        Atom _NET_WM_STATE_BELOW;
+       Atom _NET_WM_STATE_ABOVE;
        Atom _NET_WM_STATE_MODAL;
        Atom _NET_CLIENT_LIST;
        Atom _NET_WM_NAME;
@@ -50,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;
@@ -107,8 +109,6 @@ void send_event32 (Window win, Atom at, long data1, long data2, long data3);
 int  get_property32 (Window win, Atom at, Atom type);
 void *server_get_property (Window win, Atom at, Atom type, int *num_results);
 Atom server_get_atom (char *atom_name);
-void server_refresh_root_pixmap ();
-void server_refresh_main_pixmap ();
 void server_catch_error (Display *d, XErrorEvent *ev);
 void server_init_atoms ();
 void server_init_visual();
This page took 0.020542 seconds and 4 git commands to generate.