From e96af8537c8a0e3e53904be7e035f51f155e2493 Mon Sep 17 00:00:00 2001 From: James Booth Date: Fri, 9 Mar 2018 22:59:38 +0000 Subject: Only allow swapping active windows --- src/ui/window_list.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui/window_list.h') 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); -- cgit 1.4.1-2-gfad0 t Profanity fork with TTY improvementsdanisanti <danisanti@tilde.institute>
about summary refs log tree commit diff stats
path: root/themes/whiteness
blob: ff7d370a73aa648895971b71196f9173c12c3858 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50