Gtk: fixed compilation

git-svn-id: trunk@25842 -
This commit is contained in:
zeljko 2010-06-02 13:58:31 +00:00
parent 9ec445b97d
commit 0fcd32510d

View File

@ -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