mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-09 23:17:21 +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;
|
||||
AWindow: PGdkWindow;
|
||||
ACustomForm: TCustomForm;
|
||||
{$IFDEF Gtk1}
|
||||
AWindowPrivate: PGdkWindowPrivate;
|
||||
{$ENDIF}
|
||||
begin
|
||||
if not (Sender is TWinControl) then
|
||||
RaiseWrongClass;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user