]> 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 bb67481d9af66dae501b3510828b9e26b34eb764..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
 
@@ -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.024273 seconds and 4 git commands to generate.