]> Dogcows Code - chaz/tint2/blobdiff - src/util/common.h
added possibility to put tint2 into the windowmanagers dock
[chaz/tint2] / src / util / common.h
index 0877d72c30a87f757daee00b67a08a18629819d9..a2a0c762708dac146cd984e9bff900e63db2aa91 100644 (file)
@@ -9,6 +9,7 @@
 
 #define WM_CLASS_TINT   "panel"
 
+#include <Imlib2.h>
 #include "area.h"
 
 /*
@@ -28,7 +29,7 @@ FXint fxmalloc(void** ptr,unsigned long size){
 */
 
 // mouse actions
-enum { NONE=0, CLOSE, TOGGLE, ICONIFY, SHADE, TOGGLE_ICONIFY, MAXIMIZE_RESTORE, MAXIMIZE, RESTORE };
+enum { NONE=0, CLOSE, TOGGLE, ICONIFY, SHADE, TOGGLE_ICONIFY, MAXIMIZE_RESTORE, MAXIMIZE, RESTORE, DESKTOP_LEFT, DESKTOP_RIGHT };
 
 #define ALLDESKTOP  0xFFFFFFFF
 
@@ -49,6 +50,9 @@ typedef struct config_color
 } config_color;
 
 
+// adjust HSB on an ARGB icon
+void adjust_hsb(DATA32 *data, int w, int h, float hue, float satur, float bright);
+
 
 
 #endif
This page took 0.025898 seconds and 4 git commands to generate.