mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2026-01-04 14:51:31 +01:00
gtk2 intf: using gtk_draw_insertion_cursor under gtk2 fpc 2.2.2
git-svn-id: trunk@16161 -
This commit is contained in:
parent
af48ef3e6a
commit
63cfdf7dfa
@ -37,16 +37,14 @@ interface
|
||||
uses
|
||||
SysUtils, LCLProc,
|
||||
{$IFDEF gtk2}
|
||||
glib2, gdk2pixbuf, gdk2, gtk2,
|
||||
GtkExtra, glib2, gdk2pixbuf, gdk2, gtk2,
|
||||
{$ELSE}
|
||||
glib, gdk, gtk, gdkpixbuf,
|
||||
{$ENDIF}
|
||||
Controls, GTKProc, GtkDef;
|
||||
|
||||
{ $Define VerboseCaret}
|
||||
{$IF not (defined(GTK1) or defined(VER2_2))}
|
||||
{$DEFINE Has_gtk_draw_insertion_cursor}
|
||||
{$ENDIF}
|
||||
{$IFNDEF GTK1}{$DEFINE Has_gtk_draw_insertion_cursor}{$ENDIF}
|
||||
|
||||
type
|
||||
PGTKAPIWidget = ^TGTKAPIWidget;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user