fixed typo in r21599 #c8a5a6f6f2

git-svn-id: trunk@21600 -
This commit is contained in:
vincents 2009-09-07 11:53:03 +00:00
parent c8a5a6f6f2
commit a1f53fabc8

View File

@ -197,6 +197,6 @@ function gdk_screen_is_composited(screen: PGdkScreen): gboolean; cdecl; external
{$ifdef ver2_2}
{$ifdef darwin}
// this linklib statement is not present in gtk2.pas
{linklib gthread-2.0}
{$linklib gthread-2.0}
{$endif}
{$endif}