]> Dogcows Code - chaz/tint2/blobdiff - src/util/area.h
*add* real transparency is now supported... most systray applications work out of...
[chaz/tint2] / src / util / area.h
index a45b7b8e031e89c727d46a7535db95bd5f60a880..47c265ab9bd26eb1f57a4e262b7b0d6d34a3a79a 100644 (file)
@@ -102,5 +102,8 @@ void free_area (Area *a);
 
 // draw rounded rectangle
 void draw_rect(cairo_t *c, double x, double y, double w, double h, double r);
+
+// clear pixmap with transparent color
+void clear_pixmap(Pixmap p, int x, int y, int w, int h);
 #endif
 
This page took 0.023609 seconds and 4 git commands to generate.