diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-08-16 17:09:14 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-08-16 17:09:14 +0000 |
| commit | ec0bbfec308610502342587b0ef748697abdf333 (patch) | |
| tree | 18c7f018dc3f2bdac3c4f4cb514b0773f10ddd92 /openbox | |
| parent | 43c8a3d2bf92a543c6ed167b78a350f8979cb462 (diff) | |
fix whitespace
Diffstat (limited to 'openbox')
| -rw-r--r-- | openbox/keyboard.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/openbox/keyboard.c b/openbox/keyboard.c index 0ba7c869..bcac0a3c 100644 --- a/openbox/keyboard.c +++ b/openbox/keyboard.c @@ -244,10 +244,8 @@ void keyboard_event(ObClient *client, const XEvent *e) if (act->func == action_showmenu) { - act->data.showmenu.x = - e->xkey.x_root; - act->data.showmenu.y = - e->xkey.y_root; + act->data.showmenu.x = e->xkey.x_root; + act->data.showmenu.y = e->xkey.y_root; } act->data.any.c = client; |
