]> Dogcows Code - chaz/openbox/blobdiff - openbox/mouse.c
add a reconfigure action, also reconfigure on SIGUSR2.
[chaz/openbox] / openbox / mouse.c
index 988e0147acee9dc169edda25323f20cbbe8d44bd..91b98c6ac573657e15667af2fa0546b310dd25ce 100644 (file)
@@ -87,6 +87,7 @@ static void clearall()
             g_free(b);
         }
         g_slist_free(bound_contexts[i]);
+        bound_contexts[i] = NULL;
     }
 }
 
@@ -367,11 +368,11 @@ gboolean mouse_bind(char *buttonstr, char *contextstr, ObMouseAction mact,
     return TRUE;
 }
 
-void mouse_startup()
+void mouse_startup(gboolean reconfig)
 {
 }
 
-void mouse_shutdown()
+void mouse_shutdown(gboolean reconfig)
 {
     grab_all_clients(FALSE);
     clearall();
This page took 0.020313 seconds and 4 git commands to generate.