From 79e189dbac9ec5ae5baed26515ee60b8dce9a079 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 9 Aug 2003 04:56:12 +0000 Subject: changes to the timer api, pass the timer to the callback function. add a desktop-switch popup with the desktop's name --- plugins/keyboard/keyboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/keyboard') diff --git a/plugins/keyboard/keyboard.c b/plugins/keyboard/keyboard.c index a583a2e6..1597b063 100644 --- a/plugins/keyboard/keyboard.c +++ b/plugins/keyboard/keyboard.c @@ -121,7 +121,7 @@ static void reset_chains() } } -static void chain_timeout(void *data) +static void chain_timeout(ObTimer *t, void *data) { reset_chains(); } -- cgit v1.2.3