Gtk2: fixed compilation with fpc < 2.4.5.

git-svn-id: trunk@35490 -
This commit is contained in:
zeljko 2012-02-19 17:16:32 +00:00
parent a28027ec0a
commit 746e6d4bce

View File

@ -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