mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 16:29:38 +02:00
Gtk: fixed compilation
git-svn-id: trunk@25842 -
This commit is contained in:
parent
9ec445b97d
commit
0fcd32510d
@ -480,7 +480,9 @@ type
|
||||
DataOwner: Boolean; // Set if the UserData should be freed when the info is freed
|
||||
UserData: Pointer;
|
||||
FormBorderStyle: Integer; // used only by forms
|
||||
{$IFDEF GTK2}
|
||||
FormWindowState: TGdkEventWindowState; // used only by forms to stop infinite loops eg. issue #16505
|
||||
{$ENDIF}
|
||||
end;
|
||||
|
||||
//TODO: remove
|
||||
|
Loading…
Reference in New Issue
Block a user