]> Dogcows Code - chaz/openbox/blobdiff - openbox/keyboard.c
add a comparitor to timers. use this in event.c to let you remove timers from the...
[chaz/openbox] / openbox / keyboard.c
index b95b0805b00083cbb9a6ed57cea46cdf11b9f6c4..01b54b4c10a9325d602bf87767e4ab8f3c185368 100644 (file)
@@ -271,7 +271,8 @@ void keyboard_event(ObClient *client, const XEvent *e)
                 ob_main_loop_timeout_remove(ob_main_loop, chain_timeout);
                 /* 5 second timeout for chains */
                 ob_main_loop_timeout_add(ob_main_loop, 5 * G_USEC_PER_SEC,
-                                         chain_timeout, NULL, NULL);
+                                         chain_timeout, NULL,
+                                         g_direct_equal, NULL);
                 grab_keys(FALSE);
                 curpos = p;
                 grab_keys(TRUE);
This page took 0.019883 seconds and 4 git commands to generate.