]> Pileus Git - ~andy/gtk/commit
Fix for #314004, reported by Michael Reinsch:
authorOwen Taylor <otaylor@redhat.com>
Wed, 24 Aug 2005 03:29:06 +0000 (03:29 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Wed, 24 Aug 2005 03:29:06 +0000 (03:29 +0000)
commit2b1bea02f28cdef4a98e26b97594eb9ea798a95d
treed0f724924b08fbd3aa94680e7b4c1a25bd9468c2
parent39169b6fd61bfc2c3d99c7c9154f4b5e2d8ade85
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.
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-8
gdk/gdk.symbols
gdk/gdkpango.c
gdk/gdkscreen.c
gdk/gdkscreen.h
gtk/gtksettings.c
gtk/gtkwidget.c