gtk: fix compilation

git-svn-id: trunk@21796 -
This commit is contained in:
paul 2009-09-21 09:07:13 +00:00
parent 93e9584197
commit f74c3e2724
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ uses
type
PGtkOldEditable = PGtkEditable;
GType = TGtkType;
function G_OBJECT(p: Pointer): PGtkObject;
function G_CALLBACK(p: Pointer): TGTKSignalFunc;

View File

@ -39,7 +39,7 @@ uses
{$IFDEF gtk2}
GtkExtra, glib2, gdk2pixbuf, gdk2, gtk2,
{$ELSE}
glib, gdk, gtk, gdkpixbuf,
glib, gdk, gtk, gdkpixbuf, gtkextra,
{$ENDIF}
Controls, GTKProc, GtkDef;