]> Dogcows Code - chaz/tint2/blobdiff - src/util/common.h
add mouse action : maximize_restore, fixed issue 125
[chaz/tint2] / src / util / common.h
index f97ed7191bdbb86a36b9472ece9918a8f17329a5..0877d72c30a87f757daee00b67a08a18629819d9 100644 (file)
@@ -28,7 +28,7 @@ FXint fxmalloc(void** ptr,unsigned long size){
 */
 
 // mouse actions
-enum { NONE=0, CLOSE, TOGGLE, ICONIFY, SHADE, TOGGLE_ICONIFY };
+enum { NONE=0, CLOSE, TOGGLE, ICONIFY, SHADE, TOGGLE_ICONIFY, MAXIMIZE_RESTORE, MAXIMIZE, RESTORE };
 
 #define ALLDESKTOP  0xFFFFFFFF
 
This page took 0.022213 seconds and 4 git commands to generate.