changeset 10655:a8569200e517

[MULTI_PERDISPLAY] (all_perdisplays): New var.
author Karl Heuer <kwzh@gnu.org>
date Sat, 04 Feb 1995 01:31:01 +0000
parents 012591ef4e64
children eff2463ce489
files src/keyboard.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/keyboard.c	Sat Feb 04 01:11:55 1995 +0000
+++ b/src/keyboard.c	Sat Feb 04 01:31:01 1995 +0000
@@ -97,6 +97,7 @@
 
 #ifdef MULTI_PERDISPLAY
 PERDISPLAY *current_perdisplay;
+PERDISPLAY *all_perdisplays;
 #else
 PERDISPLAY the_only_perdisplay;
 #endif