]> Dogcows Code - chaz/openbox/blobdiff - openbox/actions/desktop.c
Use the KeyCode to directly find the modifier mask. (Fix bug 5173)
[chaz/openbox] / openbox / actions / desktop.c
index 70d807dbc6699172994abb8a1c4b7707b78febf2..8dadf550af3b2ea2787015be50528e48ce8c7a2d 100644 (file)
@@ -352,7 +352,7 @@ static gboolean i_input_func(guint initial_state,
 static gboolean i_pre_func(guint initial_state, gpointer options)
 {
     guint initial_mods = obt_keyboard_only_modmasks(initial_state);
-    if (!inital_mods) {
+    if (!initial_mods) {
         Options *o = options;
         o->interactive = FALSE;
         return FALSE;
This page took 0.021241 seconds and 4 git commands to generate.