Multi-button mouse support
[geeqie.git] / src / typedefs.h
index 4b65b55..6549550 100644 (file)
@@ -33,7 +33,9 @@ typedef enum {
        MOUSE_BUTTON_MIDDLE     = 2,
        MOUSE_BUTTON_RIGHT      = 3,
        MOUSE_BUTTON_WHEEL_UP   = 4,
-       MOUSE_BUTTON_WHEEL_DOWN = 5
+       MOUSE_BUTTON_WHEEL_DOWN = 5,
+       MOUSE_BUTTON_BACK       = 8,
+       MOUSE_BUTTON_FORWARD    = 9
 } MouseButton;
 
 typedef enum {