fixed gtk2 interface compilation after removal of TSize from LCLType

git-svn-id: trunk@8742 -
This commit is contained in:
vincents 2006-02-16 10:35:38 +00:00
parent 36e0a12c18
commit 208c657420

View File

@ -71,7 +71,7 @@ uses
LineInfo, LineInfo,
{$ENDIF} {$ENDIF}
// rtl+fcl // rtl+fcl
Types, Classes, SysUtils, FPCAdds, Types, Classes, SysUtils, Math, FPCAdds,
// interfacebase // interfacebase
InterfaceBase, InterfaceBase,
// gtk // gtk
@ -365,7 +365,7 @@ uses
GtkWSStdCtrls, GtkWSStdCtrls,
// GtkWSToolwin, // GtkWSToolwin,
//////////////////////////////////////////////////// ////////////////////////////////////////////////////
Buttons, StdCtrls, PairSplitter, Math, Buttons, StdCtrls, PairSplitter,
GTKWinApiWindow, ComCtrls, CListBox, Calendar, Arrow, Spin, CommCtrl, GTKWinApiWindow, ComCtrls, CListBox, Calendar, Arrow, Spin, CommCtrl,
ExtCtrls, FileCtrl, LResources, gtkglobals; ExtCtrls, FileCtrl, LResources, gtkglobals;