From 98786bf21ba68bfe496887ea31573498fe996b68 Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Fri, 14 Dec 2001 00:43:04 +0000 Subject: use (PangoLanguage *) instead of (const gchar *) to please the compiler. 2001-12-14 Sven Neumann * modules/hebrew/hebrew-x.c (hebrew_engine_get_coverage): use (PangoLanguage *) instead of (const gchar *) to please the compiler. --- ChangeLog | 5 +++++ ChangeLog.pre-1-0 | 5 +++++ ChangeLog.pre-1-10 | 5 +++++ ChangeLog.pre-1-2 | 5 +++++ ChangeLog.pre-1-4 | 5 +++++ ChangeLog.pre-1-6 | 5 +++++ ChangeLog.pre-1-8 | 5 +++++ modules/hebrew/hebrew-x.c | 4 ++-- 8 files changed, 37 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index a99b3809..98159a9b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-12-14 Sven Neumann + + * modules/hebrew/hebrew-x.c (hebrew_engine_get_coverage): use + (PangoLanguage *) instead of (const gchar *) to please the compiler. + 2001-12-13 Sebastian Wilhelmi * examples/Makefile.am, modules/arabic/Makefile.am, diff --git a/ChangeLog.pre-1-0 b/ChangeLog.pre-1-0 index a99b3809..98159a9b 100644 --- a/ChangeLog.pre-1-0 +++ b/ChangeLog.pre-1-0 @@ -1,3 +1,8 @@ +2001-12-14 Sven Neumann + + * modules/hebrew/hebrew-x.c (hebrew_engine_get_coverage): use + (PangoLanguage *) instead of (const gchar *) to please the compiler. + 2001-12-13 Sebastian Wilhelmi * examples/Makefile.am, modules/arabic/Makefile.am, diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10 index a99b3809..98159a9b 100644 --- a/ChangeLog.pre-1-10 +++ b/ChangeLog.pre-1-10 @@ -1,3 +1,8 @@ +2001-12-14 Sven Neumann + + * modules/hebrew/hebrew-x.c (hebrew_engine_get_coverage): use + (PangoLanguage *) instead of (const gchar *) to please the compiler. + 2001-12-13 Sebastian Wilhelmi * examples/Makefile.am, modules/arabic/Makefile.am, diff --git a/ChangeLog.pre-1-2 b/ChangeLog.pre-1-2 index a99b3809..98159a9b 100644 --- a/ChangeLog.pre-1-2 +++ b/ChangeLog.pre-1-2 @@ -1,3 +1,8 @@ +2001-12-14 Sven Neumann + + * modules/hebrew/hebrew-x.c (hebrew_engine_get_coverage): use + (PangoLanguage *) instead of (const gchar *) to please the compiler. + 2001-12-13 Sebastian Wilhelmi * examples/Makefile.am, modules/arabic/Makefile.am, diff --git a/ChangeLog.pre-1-4 b/ChangeLog.pre-1-4 index a99b3809..98159a9b 100644 --- a/ChangeLog.pre-1-4 +++ b/ChangeLog.pre-1-4 @@ -1,3 +1,8 @@ +2001-12-14 Sven Neumann + + * modules/hebrew/hebrew-x.c (hebrew_engine_get_coverage): use + (PangoLanguage *) instead of (const gchar *) to please the compiler. + 2001-12-13 Sebastian Wilhelmi * examples/Makefile.am, modules/arabic/Makefile.am, diff --git a/ChangeLog.pre-1-6 b/ChangeLog.pre-1-6 index a99b3809..98159a9b 100644 --- a/ChangeLog.pre-1-6 +++ b/ChangeLog.pre-1-6 @@ -1,3 +1,8 @@ +2001-12-14 Sven Neumann + + * modules/hebrew/hebrew-x.c (hebrew_engine_get_coverage): use + (PangoLanguage *) instead of (const gchar *) to please the compiler. + 2001-12-13 Sebastian Wilhelmi * examples/Makefile.am, modules/arabic/Makefile.am, diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8 index a99b3809..98159a9b 100644 --- a/ChangeLog.pre-1-8 +++ b/ChangeLog.pre-1-8 @@ -1,3 +1,8 @@ +2001-12-14 Sven Neumann + + * modules/hebrew/hebrew-x.c (hebrew_engine_get_coverage): use + (PangoLanguage *) instead of (const gchar *) to please the compiler. + 2001-12-13 Sebastian Wilhelmi * examples/Makefile.am, modules/arabic/Makefile.am, diff --git a/modules/hebrew/hebrew-x.c b/modules/hebrew/hebrew-x.c index 8d47df13..8f7697e4 100644 --- a/modules/hebrew/hebrew-x.c +++ b/modules/hebrew/hebrew-x.c @@ -720,8 +720,8 @@ hebrew_engine_shape (PangoFont *font, } static PangoCoverage * -hebrew_engine_get_coverage (PangoFont *font, - const char *lang) +hebrew_engine_get_coverage (PangoFont *font, + PangoLanguage *lang) { PangoCoverage *result = pango_coverage_new (); -- cgit v1.2.1