From 8b67ce7030aa22595d77527cdc5b74b84d185a8b Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 12 Aug 2003 18:12:17 +0000 Subject: prefix/capitalize the mouse actions enum --- openbox/mouse.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'openbox/mouse.h') 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(); -- cgit v1.2.3