Only allow swapping active windows

This commit is contained in:
James Booth
2018-03-09 22:59:38 +00:00
parent 136b975b6c
commit e96af8537c
3 changed files with 26 additions and 17 deletions

View File

@@ -87,7 +87,7 @@ gboolean wins_tidy(void);
GSList* wins_create_summary(gboolean unread);
void wins_destroy(void);
GList* wins_get_nums(void);
gboolean wins_swap(int source_win, int target_win);
void wins_swap(int source_win, int target_win);
void wins_hide_subwin(ProfWin *window);
void wins_show_subwin(ProfWin *window);