X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fmouse.h;h=7b0f5ad5c158d71d95202d987adf23c8444b0401;hb=8b67ce7030aa22595d77527cdc5b74b84d185a8b;hp=a5e8f9a886548c622a3369a4b5e89d9b7afeae3a;hpb=555e3384ff652ece08b45c6a050688cd5a3231fe;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();