Minor style fixes

This commit is contained in:
Johan Malm 2020-05-29 22:26:16 +01:00
parent 298d869092
commit a6ac2a0439
5 changed files with 19 additions and 18 deletions

View file

@ -44,8 +44,8 @@ static bool handle_keybinding(struct server *server, xkb_keysym_t sym)
}
break;
case XKB_KEY_F6:
interactive_begin(view_front_toplevel(server),
TINYWL_CURSOR_MOVE, 0);
interactive_begin(view_front_toplevel(server), LAB_CURSOR_MOVE,
0);
break;
case XKB_KEY_F12:
dbg_show_views(server);