]> Dogcows Code - chaz/tint2/blobdiff - src/util/area.h
fixed bug with "task on all desktop" (issue 39), fixed memory corruption
[chaz/tint2] / src / util / area.h
index 9a29ebd2ac07aeb446d1278affec11cd8cb8bd48..0294353e2571c640cbf3ef4e6bf05327a1874a15 100644 (file)
 #ifndef AREA_H
 #define AREA_H
 
+#include <glib.h>
 #include <X11/Xlib.h>
-#include <pango/pangocairo.h>
-
-#include "common.h"
+#include <cairo.h>
+#include <cairo-xlib.h>
 
 
 typedef struct
@@ -101,5 +101,8 @@ void remove_area (Area *a);
 void add_area (Area *a);
 void free_area (Area *a);
 
+// draw rounded rectangle
+void draw_rect(cairo_t *c, double x, double y, double w, double h, double r);
+
 #endif
 
This page took 0.021089 seconds and 4 git commands to generate.