X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=inline;f=plugins%2Fkeyboard%2Fkeyboard.c;h=0fc43e83e1d72c00554dfb4d3c135bee8e020fba;hb=85112c4d0831067251de1295fbb6974db94af2ba;hp=f89620dbe6424132fdc93cd7fb61ae08ab87bbef;hpb=2477a38d2f3063b697e44bf3690cf280fb26ca8a;p=chaz%2Fopenbox diff --git a/plugins/keyboard/keyboard.c b/plugins/keyboard/keyboard.c index f89620db..0fc43e83 100644 --- a/plugins/keyboard/keyboard.c +++ b/plugins/keyboard/keyboard.c @@ -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) {