]> Dogcows Code - chaz/tint2/blobdiff - src/util/common.h
fixed segfault
[chaz/tint2] / src / util / common.h
index 4e6abb767aef0d18dc6375d8975916bb62f73fa4..a2a0c762708dac146cd984e9bff900e63db2aa91 100644 (file)
@@ -9,6 +9,7 @@
 
 #define WM_CLASS_TINT   "panel"
 
+#include <Imlib2.h>
 #include "area.h"
 
 /*
@@ -50,7 +51,7 @@ typedef struct config_color
 
 
 // adjust HSB on an ARGB icon
-void adjust_hsb(unsigned int *data, int w, int h, float hue, float satur, float bright);
+void adjust_hsb(DATA32 *data, int w, int h, float hue, float satur, float bright);
 
 
 
This page took 0.023897 seconds and 4 git commands to generate.