Added command /wins swap

This commit is contained in:
James Booth
2014-04-24 21:50:59 +01:00
parent 034a98587c
commit 547b6cf4da
6 changed files with 66 additions and 6 deletions

View File

@@ -147,6 +147,7 @@ gboolean (*ui_duck_exists)(void);
void (*ui_tidy_wins)(void);
void (*ui_prune_wins)(void);
gboolean (*ui_swap_wins)(int source_win, int target_win);
void (*ui_auto_away)(void);
void (*ui_end_auto_away)(void);