diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/keyboard.c | 1 |
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 |
| 99 | PERDISPLAY *current_perdisplay; | 99 | PERDISPLAY *current_perdisplay; |
| 100 | PERDISPLAY *all_perdisplays; | ||
| 100 | #else | 101 | #else |
| 101 | PERDISPLAY the_only_perdisplay; | 102 | PERDISPLAY the_only_perdisplay; |
| 102 | #endif | 103 | #endif |