fix whitespace
This commit is contained in:
parent
43c8a3d2bf
commit
ec0bbfec30
1 changed files with 2 additions and 4 deletions
|
@ -244,10 +244,8 @@ void keyboard_event(ObClient *client, const XEvent *e)
|
||||||
|
|
||||||
if (act->func == action_showmenu)
|
if (act->func == action_showmenu)
|
||||||
{
|
{
|
||||||
act->data.showmenu.x =
|
act->data.showmenu.x = e->xkey.x_root;
|
||||||
e->xkey.x_root;
|
act->data.showmenu.y = e->xkey.y_root;
|
||||||
act->data.showmenu.y =
|
|
||||||
e->xkey.y_root;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
act->data.any.c = client;
|
act->data.any.c = client;
|
||||||
|
|
Loading…
Reference in a new issue