forked from AuroraMiddleware/gtk
Update to new Pango API.
2001-11-18 Alex Larsson <alexl@redhat.com> * gdk/x11/gdkfont-x11.c (gdk_font_from_description): Update to new Pango API.
This commit is contained in:
parent
e4be2240b7
commit
ecbfe81b06
@ -1,3 +1,8 @@
|
||||
2001-11-18 Alex Larsson <alexl@redhat.com>
|
||||
|
||||
* gdk/x11/gdkfont-x11.c (gdk_font_from_description):
|
||||
Update to new Pango API.
|
||||
|
||||
Sun Nov 18 19:47:29 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkobject.h docs/Changes-2.0.txt: Rename the
|
||||
|
@ -1,3 +1,8 @@
|
||||
2001-11-18 Alex Larsson <alexl@redhat.com>
|
||||
|
||||
* gdk/x11/gdkfont-x11.c (gdk_font_from_description):
|
||||
Update to new Pango API.
|
||||
|
||||
Sun Nov 18 19:47:29 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkobject.h docs/Changes-2.0.txt: Rename the
|
||||
|
@ -1,3 +1,8 @@
|
||||
2001-11-18 Alex Larsson <alexl@redhat.com>
|
||||
|
||||
* gdk/x11/gdkfont-x11.c (gdk_font_from_description):
|
||||
Update to new Pango API.
|
||||
|
||||
Sun Nov 18 19:47:29 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkobject.h docs/Changes-2.0.txt: Rename the
|
||||
|
@ -1,3 +1,8 @@
|
||||
2001-11-18 Alex Larsson <alexl@redhat.com>
|
||||
|
||||
* gdk/x11/gdkfont-x11.c (gdk_font_from_description):
|
||||
Update to new Pango API.
|
||||
|
||||
Sun Nov 18 19:47:29 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkobject.h docs/Changes-2.0.txt: Rename the
|
||||
|
@ -1,3 +1,8 @@
|
||||
2001-11-18 Alex Larsson <alexl@redhat.com>
|
||||
|
||||
* gdk/x11/gdkfont-x11.c (gdk_font_from_description):
|
||||
Update to new Pango API.
|
||||
|
||||
Sun Nov 18 19:47:29 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkobject.h docs/Changes-2.0.txt: Rename the
|
||||
|
@ -1,3 +1,8 @@
|
||||
2001-11-18 Alex Larsson <alexl@redhat.com>
|
||||
|
||||
* gdk/x11/gdkfont-x11.c (gdk_font_from_description):
|
||||
Update to new Pango API.
|
||||
|
||||
Sun Nov 18 19:47:29 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkobject.h docs/Changes-2.0.txt: Rename the
|
||||
|
@ -1,3 +1,8 @@
|
||||
2001-11-18 Alex Larsson <alexl@redhat.com>
|
||||
|
||||
* gdk/x11/gdkfont-x11.c (gdk_font_from_description):
|
||||
Update to new Pango API.
|
||||
|
||||
Sun Nov 18 19:47:29 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkobject.h docs/Changes-2.0.txt: Rename the
|
||||
|
@ -209,7 +209,7 @@ gdk_font_from_description (PangoFontDescription *font_desc)
|
||||
g_return_val_if_fail (font_desc != NULL, NULL);
|
||||
|
||||
font_map = pango_x_font_map_for_display (GDK_DISPLAY ());
|
||||
font = pango_font_map_load_font (font_map, font_desc);
|
||||
font = pango_font_map_load_font (font_map, NULL, font_desc);
|
||||
|
||||
if (font)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user