]> Dogcows Code - chaz/tint2/blobdiff - src/util/common.h
big change : panel_monitor = all will draw one panel per monitor, panel_size accept...
[chaz/tint2] / src / util / common.h
index 09a95a83eb539754fe5e7f20fc41e4d6536c29f2..f97ed7191bdbb86a36b9472ece9918a8f17329a5 100644 (file)
@@ -1,6 +1,6 @@
 /**************************************************************************
 * Common declarations
-* 
+*
 **************************************************************************/
 
 #ifndef COMMON_H
@@ -11,9 +11,6 @@
 
 #include "area.h"
 
-// taskbar table : convert 2 dimension in 1 dimension
-#define index(i, j) ((i * panel.nb_monitor) + j)
-
 /*
 void fxfree(void** ptr){
   if(*ptr){
@@ -33,6 +30,7 @@ FXint fxmalloc(void** ptr,unsigned long size){
 // mouse actions
 enum { NONE=0, CLOSE, TOGGLE, ICONIFY, SHADE, TOGGLE_ICONIFY };
 
+#define ALLDESKTOP  0xFFFFFFFF
 
 
 typedef struct config_border
This page took 0.027525 seconds and 4 git commands to generate.