diff options
author | Owen Taylor <otaylor@redhat.com> | 2005-08-24 03:29:06 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-08-24 03:29:06 +0000 |
commit | 2b1bea02f28cdef4a98e26b97594eb9ea798a95d (patch) | |
tree | d0f724924b08fbd3aa94680e7b4c1a25bd9468c2 /gdk/gdk.symbols | |
parent | 39169b6fd61bfc2c3d99c7c9154f4b5e2d8ade85 (diff) | |
download | gtk+-2b1bea02f28cdef4a98e26b97594eb9ea798a95d.tar.gz |
Fix for #314004, reported by Michael Reinsch:
2005-08-23 Owen Taylor <otaylor@redhat.com>
Fix for #314004, reported by Michael Reinsch:
* gdk/gdk.symbols:
* gdk/gdkscreen.[ch]: Add gdk_screen_get/set_font_options_libgtk_only()
Add gdk_screen_get/set_resolution_libgtk_only()
* gdk/gdkpango.c (gdk_pango_context_get_for_screen): Set
the options for the screen on the newly created context.
* gtk/gtksettings.c (settings_update_font_options/dpi) gtkwidget.c:
Move font options and dpi code from gtkwidget.c to gtksettings.c, set
the font options on the screen.
* gtk/gtkwidget.c (gtk_widget_update_pango_context): Just get
the font options from the screen and set them on the context.
Diffstat (limited to 'gdk/gdk.symbols')
-rw-r--r-- | gdk/gdk.symbols | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdk/gdk.symbols b/gdk/gdk.symbols index 06bb4256e5..c8c25e88c9 100644 --- a/gdk/gdk.symbols +++ b/gdk/gdk.symbols @@ -962,6 +962,10 @@ gdk_draw_rgb_image_dithalign gdk_screen_get_type G_GNUC_CONST gdk_screen_get_monitor_at_point gdk_screen_get_monitor_at_window +gdk_screen_set_font_options_libgtk_only +gdk_screen_get_font_options_libgtk_only +gdk_screen_set_resolution_libgtk_only +gdk_screen_get_resolution_libgtk_only #endif #endif |