gtk1 intf: fied compilation

git-svn-id: trunk@15870 -
This commit is contained in:
mattias 2008-07-25 21:16:38 +00:00
parent ce714dde2c
commit 3dab9af10f

View File

@ -37,7 +37,7 @@ begin
if (TObject(Target) is TCustomControl) and
{$ifdef gtk1}
GtkWidgetIsA(PGtkWidget(TCustomControl(Target).Handle), GTKAPIWidget_GetType) and
GtkWidgetIsA(PGtkWidget(TCustomControl(Target).Handle), GTKAPIWidget_Type) and
{$endif}
not (csOpaque in TWinControl(Target).ControlStyle) then
begin