X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=openbox%2Fkeyboard.c;h=f6fe64e6018927bf27a7010032ea20bde9b63fb6;hb=4546925b589d30c46f3bced74a02b3d531de894c;hp=f3400fca80b503b9b22a6406caa1d9eaa855dd8f;hpb=636a676c56e357a301b6a4a63e9640cb312b37df;p=chaz%2Fopenbox diff --git a/openbox/keyboard.c b/openbox/keyboard.c index f3400fca..f6fe64e6 100644 --- a/openbox/keyboard.c +++ b/openbox/keyboard.c @@ -78,7 +78,7 @@ static gboolean chain_timeout(gpointer data) static void set_curpos(KeyBindingTree *newpos) { - if (curpose != newpos) { + if (curpos != newpos) { grab_keys(FALSE); curpos = newpos; grab_keys(TRUE);