mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-11 12:00:37 +01:00
fixed gtk2 compilation
git-svn-id: trunk@8073 -
This commit is contained in:
parent
19b319415b
commit
285c581bca
@ -5558,7 +5558,9 @@ var FormIconGdiObject: PGDIObject;
|
|||||||
Decor, Func : Longint;
|
Decor, Func : Longint;
|
||||||
AWindow: PGdkWindow;
|
AWindow: PGdkWindow;
|
||||||
ACustomForm: TCustomForm;
|
ACustomForm: TCustomForm;
|
||||||
|
{$IFDEF Gtk1}
|
||||||
AWindowPrivate: PGdkWindowPrivate;
|
AWindowPrivate: PGdkWindowPrivate;
|
||||||
|
{$ENDIF}
|
||||||
begin
|
begin
|
||||||
if not (Sender is TWinControl) then
|
if not (Sender is TWinControl) then
|
||||||
RaiseWrongClass;
|
RaiseWrongClass;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user