X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fmouse.h;h=7b0f5ad5c158d71d95202d987adf23c8444b0401;hb=5e06be6abb68a95aa9cafc5a6f0c5e295ebe9bee;hp=a5e8f9a886548c622a3369a4b5e89d9b7afeae3a;hpb=c90da6da781932c2d178bfb7e39ec1d5003543b7;p=chaz%2Fopenbox diff --git a/openbox/mouse.h b/openbox/mouse.h index a5e8f9a8..7b0f5ad5 100644 --- a/openbox/mouse.h +++ b/openbox/mouse.h @@ -7,12 +7,12 @@ #include typedef enum { - MouseAction_Press, - MouseAction_Release, - MouseAction_Click, - MouseAction_DClick, - MouseAction_Motion, - NUM_MOUSEACTION + OB_MOUSE_ACTION_PRESS, + OB_MOUSE_ACTION_RELEASE, + OB_MOUSE_ACTION_CLICK, + OB_MOUSE_ACTION_DOUBLE_CLICK, + OB_MOUSE_ACTION_MOTION, + OB_MOUSE_NUM_ACTIONS } ObMouseAction; void mouse_startup();