about summary refs log tree commit diff stats
path: root/src/ui/window_list.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2018-03-09 22:59:38 +0000
committerJames Booth <boothj5@gmail.com>2018-03-09 22:59:38 +0000
commite96af8537c8a0e3e53904be7e035f51f155e2493 (patch)
tree4d144777a9d9751e1c8646ecf4177e7ec5ac2812 /src/ui/window_list.h
parent136b975b6cb1df03ff55faa50dffd5f0da75d0c0 (diff)
downloadprofani-tty-e96af8537c8a0e3e53904be7e035f51f155e2493.tar.gz
Only allow swapping active windows
Diffstat (limited to 'src/ui/window_list.h')
-rw-r--r--src/ui/window_list.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/window_list.h b/src/ui/window_list.h
index f1a2ee24..68e72739 100644
--- a/src/ui/window_list.h
+++ b/src/ui/window_list.h
@@ -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);