mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 12:29:30 +02:00
LCL-GTK2: Fix compilation with GTK2 on Windows. Issue #34127, patch from errno.
git-svn-id: trunk@58712 -
This commit is contained in:
parent
824d21014a
commit
84d4fd6a4d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user