]> Dogcows Code - chaz/openbox/blobdiff - plugins/keyboard/keyboard.c
changes to the timer api, pass the timer to the callback function.
[chaz/openbox] / plugins / keyboard / keyboard.c
index a583a2e6218f95a1e2affcceb2e53dff6e9c8204..1597b06376aa74cdf233f1dd838ad0632f36e526 100644 (file)
@@ -121,7 +121,7 @@ static void reset_chains()
     }
 }
 
-static void chain_timeout(void *data)
+static void chain_timeout(ObTimer *t, void *data)
 {
     reset_chains();
 }
This page took 0.024854 seconds and 4 git commands to generate.