]> Dogcows Code - chaz/openbox/blobdiff - plugins/keyboard/keyboard.c
prefix the Timer->ObTimer and TimeoutHandler->ObTimeoutHandler shitz
[chaz/openbox] / plugins / keyboard / keyboard.c
index f89620dbe6424132fdc93cd7fb61ae08ab87bbef..0fc43e83e1d72c00554dfb4d3c135bee8e020fba 100644 (file)
@@ -4,6 +4,7 @@
 #include "kernel/openbox.h"
 #include "kernel/event.h"
 #include "kernel/grab.h"
+#include "kernel/client.h"
 #include "kernel/action.h"
 #include "kernel/prop.h"
 #include "kernel/timer.h"
@@ -79,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)
 {
This page took 0.020787 seconds and 4 git commands to generate.