forked from AuroraMiddleware/gtk
removed call to gdk_pango_context_set_colormap() which isn't needed any
2004-11-21 Sven Neumann <sven@gimp.org> * gtk/gtkwidget.c (gtk_widget_create_pango_context): removed call to gdk_pango_context_set_colormap() which isn't needed any longer.
This commit is contained in:
parent
6988f58c47
commit
edf273a2a5
@ -1,3 +1,8 @@
|
|||||||
|
2004-11-21 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
|
* gtk/gtkwidget.c (gtk_widget_create_pango_context): removed call
|
||||||
|
to gdk_pango_context_set_colormap() which isn't needed any longer.
|
||||||
|
|
||||||
2004-11-21 Hans Breuer <hans@breuer.org>
|
2004-11-21 Hans Breuer <hans@breuer.org>
|
||||||
|
|
||||||
* gdk/makefile.msc.in gtk/stock-icons/makefile.msc
|
* gdk/makefile.msc.in gtk/stock-icons/makefile.msc
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2004-11-21 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
|
* gtk/gtkwidget.c (gtk_widget_create_pango_context): removed call
|
||||||
|
to gdk_pango_context_set_colormap() which isn't needed any longer.
|
||||||
|
|
||||||
2004-11-21 Hans Breuer <hans@breuer.org>
|
2004-11-21 Hans Breuer <hans@breuer.org>
|
||||||
|
|
||||||
* gdk/makefile.msc.in gtk/stock-icons/makefile.msc
|
* gdk/makefile.msc.in gtk/stock-icons/makefile.msc
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2004-11-21 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
|
* gtk/gtkwidget.c (gtk_widget_create_pango_context): removed call
|
||||||
|
to gdk_pango_context_set_colormap() which isn't needed any longer.
|
||||||
|
|
||||||
2004-11-21 Hans Breuer <hans@breuer.org>
|
2004-11-21 Hans Breuer <hans@breuer.org>
|
||||||
|
|
||||||
* gdk/makefile.msc.in gtk/stock-icons/makefile.msc
|
* gdk/makefile.msc.in gtk/stock-icons/makefile.msc
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2004-11-21 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
|
* gtk/gtkwidget.c (gtk_widget_create_pango_context): removed call
|
||||||
|
to gdk_pango_context_set_colormap() which isn't needed any longer.
|
||||||
|
|
||||||
2004-11-21 Hans Breuer <hans@breuer.org>
|
2004-11-21 Hans Breuer <hans@breuer.org>
|
||||||
|
|
||||||
* gdk/makefile.msc.in gtk/stock-icons/makefile.msc
|
* gdk/makefile.msc.in gtk/stock-icons/makefile.msc
|
||||||
|
@ -5009,13 +5009,12 @@ gtk_widget_create_pango_context (GtkWidget *widget)
|
|||||||
{
|
{
|
||||||
GTK_NOTE (MULTIHEAD,
|
GTK_NOTE (MULTIHEAD,
|
||||||
g_warning ("gtk_widget_create_pango_context ()) called without screen"));
|
g_warning ("gtk_widget_create_pango_context ()) called without screen"));
|
||||||
|
|
||||||
screen = gdk_screen_get_default ();
|
screen = gdk_screen_get_default ();
|
||||||
}
|
}
|
||||||
|
|
||||||
context = gdk_pango_context_get_for_screen (screen);
|
context = gdk_pango_context_get_for_screen (screen);
|
||||||
|
|
||||||
gdk_pango_context_set_colormap (context, gtk_widget_get_colormap (widget));
|
|
||||||
pango_context_set_base_dir (context,
|
pango_context_set_base_dir (context,
|
||||||
gtk_widget_get_direction (widget) == GTK_TEXT_DIR_LTR ?
|
gtk_widget_get_direction (widget) == GTK_TEXT_DIR_LTR ?
|
||||||
PANGO_DIRECTION_LTR : PANGO_DIRECTION_RTL);
|
PANGO_DIRECTION_LTR : PANGO_DIRECTION_RTL);
|
||||||
|
Loading…
Reference in New Issue
Block a user