]> Dogcows Code - chaz/openbox/blobdiff - openbox/mouse.h
add a reconfigure action, also reconfigure on SIGUSR2.
[chaz/openbox] / openbox / mouse.h
index a5e8f9a886548c622a3369a4b5e89d9b7afeae3a..4e68bf1abe9d882f5abd31bd08843f508e44921d 100644 (file)
@@ -7,16 +7,16 @@
 #include <X11/Xlib.h>
 
 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();
-void mouse_shutdown();
+void mouse_startup(gboolean reconfig);
+void mouse_shutdown(gboolean reconfig);
 
 gboolean mouse_bind(char *buttonstr, char *contextstr, ObMouseAction mact,
                     ObAction *action);
This page took 0.024069 seconds and 4 git commands to generate.