diff options
Diffstat (limited to 'src/defs.h')
| -rw-r--r-- | src/defs.h | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -107,8 +107,10 @@ extern void close_focused(void); extern void dec_gaps(void); extern void focus_next(void); extern void focus_prev(void); -extern void focus_next_monitor(void); -extern void focus_prev_monitor(void); +extern void focus_next_mon(void); +extern void focus_prev_mon(void); +extern void move_next_mon(void); +extern void move_prev_mon(void); extern void inc_gaps(void); extern void move_master_next(void); extern void move_master_prev(void); |
