LCL-GTK2: Fix compilation with GTK2 on Windows. Issue #34127, patch from errno.

git-svn-id: trunk@58712 -
This commit is contained in:
juha 2018-08-15 08:44:26 +00:00
parent 824d21014a
commit 84d4fd6a4d

View File

@ -3336,11 +3336,11 @@ var
KeySymCount: Integer;
KeySymChars: array[0..16] of Char;
KeySymCharLen: Integer;
NewKeyMap: PGdkKeymap;
{$ifdef HasX}
XDisplay: PDisplay;
ModMap: TModMap;
NewKeyMap: PGdkKeymap;
{$endif}
{$ifdef UseOwnShiftState}
KeyStateMapIndex: Integer;