From a2b20856f93ddd447f7934afd1bd3515e36eccb5 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Sat, 4 Feb 1995 01:31:01 +0000 Subject: [PATCH] [MULTI_PERDISPLAY] (all_perdisplays): New var. --- src/keyboard.c | 1 + 1 file changed, 1 insertion(+) 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 #ifdef MULTI_PERDISPLAY PERDISPLAY *current_perdisplay; +PERDISPLAY *all_perdisplays; #else PERDISPLAY the_only_perdisplay; #endif -- 2.39.5