]> Dogcows Code - chaz/tint2/blobdiff - src/systray/systraybar.h
basic systray with some bugs, update tintrc sample file
[chaz/tint2] / src / systray / systraybar.h
index fab1891e801540d54fa278d28bdd9d72426a06f9..8c9b5ef61a9c3884be3d0e85622459ed02e66d14 100644 (file)
@@ -9,9 +9,7 @@
 #ifndef SYSTRAYBAR_H
 #define SYSTRAYBAR_H
 
-#include <X11/Xlib.h>
-#include <X11/Xutil.h>
-#include <X11/Xatom.h>
+#include "common.h"
 #include "area.h"
 
 
@@ -43,7 +41,9 @@ int net_init();
 void net_message(XClientMessageEvent *e);
 void icon_remove(TrayWindow *traywin);
 
-void resize_systray (void *obj);
+void draw_systray(void *obj, cairo_t *c, int active);
+
+void resize_systray(void *obj);
 
 
 #endif
This page took 0.022573 seconds and 4 git commands to generate.