summaryrefslogtreecommitdiff
path: root/plugins/keyboard
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-07-10 17:06:30 +0000
committerDana Jansens <danakj@orodu.net>2003-07-10 17:06:30 +0000
commit85112c4d0831067251de1295fbb6974db94af2ba (patch)
tree488bae2036bad327337b90018c87f3054e7803d9 /plugins/keyboard
parent122d55fbadea0409fbc902a1740e1c8ff3aecd88 (diff)
prefix the Timer->ObTimer and TimeoutHandler->ObTimeoutHandler shitz
Diffstat (limited to 'plugins/keyboard')
-rw-r--r--plugins/keyboard/keyboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/keyboard/keyboard.c b/plugins/keyboard/keyboard.c
index b1923af3..0fc43e83 100644
--- a/plugins/keyboard/keyboard.c
+++ b/plugins/keyboard/keyboard.c
@@ -80,7 +80,7 @@ KeyBindingTree *firstnode = NULL;
static KeyBindingTree *curpos;
static guint reset_key, reset_state;
-static Timer *chain_timer;
+static ObTimer *chain_timer;
static void grab_for_window(Window win, gboolean grab)
{