mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 16:38:17 +02:00
gtk2 intf: fixed compilation FPC_FULLVERSION<20600
git-svn-id: trunk@36821 -
This commit is contained in:
parent
cae1ee33c9
commit
309c9d9ef3
@ -21,6 +21,9 @@ uses
|
||||
xlib, x,
|
||||
{$endif}
|
||||
glib2, gdk2, gtk2, gtk2ext,
|
||||
{$IF FPC_FULLVERSION<20600}
|
||||
gdk2pixbuf,
|
||||
{$ENDIF}
|
||||
{$ifdef HasGdk2X}
|
||||
gdk2x,
|
||||
{$endif}
|
||||
@ -257,4 +260,5 @@ var
|
||||
|
||||
// since 2.10
|
||||
gtk_tree_view_set_grid_lines: procedure(tree_view: PGtkTreeView; grid_lines: TGtkTreeViewGridLines); cdecl;
|
||||
gtk_tree_view_get_grid_lines: function(tree_view: PGtkTreeView): TGtkTreeViewGridLines; cdecl;
|
||||
gtk_tree_view_get_grid_lines: function(tree_view: PGtkTreeView): TGtkTreeViewGridLines; cdecl;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user