X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fkeyboard.c;h=6e45e5c49b6ddd624f4b46462bc1fc948729f310;hb=c6b22725640c2c1ab1023996807e750a11bd72f8;hp=b12ad53d4c1e8bdaab877115eeb387a4f58bf08b;hpb=fbc7607fbd1a380428a53094e727ac7631871bd4;p=chaz%2Fopenbox diff --git a/openbox/keyboard.c b/openbox/keyboard.c index b12ad53d..6e45e5c4 100644 --- a/openbox/keyboard.c +++ b/openbox/keyboard.c @@ -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; }