X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Futil%2Fcommon.h;h=a2a0c762708dac146cd984e9bff900e63db2aa91;hb=e04e5d0fc5e3c31f538b0b06942dee08f636ffe8;hp=4e6abb767aef0d18dc6375d8975916bb62f73fa4;hpb=50c1a31698c3340c0ba3d8be526dce8e50297259;p=chaz%2Ftint2 diff --git a/src/util/common.h b/src/util/common.h index 4e6abb7..a2a0c76 100644 --- a/src/util/common.h +++ b/src/util/common.h @@ -9,6 +9,7 @@ #define WM_CLASS_TINT "panel" +#include #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);