summaryrefslogtreecommitdiff
path: root/openbox/client_menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/client_menu.c')
-rw-r--r--openbox/client_menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/client_menu.c b/openbox/client_menu.c
index d4b450cf..dd9fe33e 100644
--- a/openbox/client_menu.c
+++ b/openbox/client_menu.c
@@ -145,7 +145,7 @@ static void client_menu_execute(ObMenuEntry *e, ObMenuFrame *f,
if (screen_pointer_pos(&x, &y))
moveresize_start(c, x, y, 0,
- ,prop_atoms.net_wm_moveresize_size_keyboard);
+ prop_atoms.net_wm_moveresize_size_keyboard);
break;
case CLIENT_CLOSE:
client_close(c);