mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
Minor style fixes
This commit is contained in:
parent
298d869092
commit
a6ac2a0439
5 changed files with 19 additions and 18 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue