]> Dogcows Code - chaz/tint2/blobdiff - src/server.h
Adding startup-notification support.
[chaz/tint2] / src / server.h
index 7a725a865c8bdfe8fa2b5f13b35bfd84aa3e398c..07876c6a2d08d592f7eb58844fb18c1fcd1d3fd6 100644 (file)
 #include <X11/Xatom.h>
 #include <X11/extensions/Xinerama.h>
 
+#ifdef HAVE_SN
+#include <libsn/sn.h>
+#include <glib.h>
+#endif
+
 
 typedef struct Global_atom
 {
@@ -118,6 +123,10 @@ typedef struct
        Colormap colormap;
        Colormap colormap32;
        Global_atom atom;
+#ifdef HAVE_SN
+       SnDisplay *sn_dsp;
+       GTree *pids;
+#endif // HAVE_SN
 } Server_global;
 
 
This page took 0.018731 seconds and 4 git commands to generate.