fix whitespace

This commit is contained in:
Dana Jansens 2003-08-16 17:09:14 +00:00
parent 43c8a3d2bf
commit ec0bbfec30

View file

@ -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;