From 1527ef3db001a1bb609f8c331313a52c9ac69888 Mon Sep 17 00:00:00 2001 From: darkvater Date: Sun, 30 Jan 2005 16:54:39 +0000 Subject: (svn r1734) - Fix: [ 1112253 ] hijacking of arrow keys, game also scrolled when it was out of focus (dominik) --- console.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'console.h') diff --git a/console.h b/console.h index fd4c45ea1..55c134046 100644 --- a/console.h +++ b/console.h @@ -1,6 +1,9 @@ #ifndef CONSOLE_H #define CONSOLE_H +/* Pointer to console window */ +VARDEF Window *_iconsole_win; + // ** console parser ** // typedef enum _iconsole_var_types { -- cgit v1.2.3-54-g00ecf