mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 01:19:29 +02:00
Gtk2: fixed compilation with fpc < 2.4.5.
git-svn-id: trunk@35490 -
This commit is contained in:
parent
a28027ec0a
commit
746e6d4bce
@ -123,6 +123,11 @@ function pango_version_check(required_major, required_minor, required_micro: int
|
||||
function pango_layout_get_font_description(layout:PPangoLayout):PPangoFontDescription; cdecl; external pangolib;
|
||||
{$ifend}
|
||||
|
||||
{$IF FPC_FULLVERSION<20405}
|
||||
function pango_font_family_is_monospace(family:PPangoFontFamily):gboolean; cdecl; external pangolib;
|
||||
{$ENDIF}
|
||||
|
||||
|
||||
// - - - - - - - - - gtk extras - - - - - - - - -
|
||||
|
||||
// ----------------- this gtk symbols can be removed after fpc 2.2.4
|
||||
|
Loading…
Reference in New Issue
Block a user