]> Dogcows Code - chaz/openbox/blobdiff - openbox/keyboard.c
Fix calling functions with wrong number of arguments
[chaz/openbox] / openbox / keyboard.c
index b12ad53d4c1e8bdaab877115eeb387a4f58bf08b..d80537a61c8453b0b712522ada066f1762622d2b 100644 (file)
@@ -256,7 +256,7 @@ void keyboard_event(ObClient *client, const XEvent *e)
 
                 actions_run_acts(p->actions, OB_USER_ACTION_KEYBOARD_KEY,
                                  e->xkey.state, e->xkey.x_root, e->xkey.y_root,
-                                 OB_FRAME_CONTEXT_NONE, client);
+                                 0, OB_FRAME_CONTEXT_NONE, client);
             }
             break;
         }
@@ -267,7 +267,7 @@ void keyboard_event(ObClient *client, const XEvent *e)
 void keyboard_startup(gboolean reconfig)
 {
     grab_keys(TRUE);
-    popup = popup_new(FALSE);
+    popup = popup_new();
     popup_set_text_align(popup, RR_JUSTIFY_CENTER);
 }
 
This page took 0.020874 seconds and 4 git commands to generate.