aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/keyboard.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index 54b470f2eac..980194eb6bf 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -97,6 +97,7 @@ struct backtrace
97 97
98#ifdef MULTI_PERDISPLAY 98#ifdef MULTI_PERDISPLAY
99PERDISPLAY *current_perdisplay; 99PERDISPLAY *current_perdisplay;
100PERDISPLAY *all_perdisplays;
100#else 101#else
101PERDISPLAY the_only_perdisplay; 102PERDISPLAY the_only_perdisplay;
102#endif 103#endif