forked from AuroraMiddleware/gtk
Make the initialization of screen_x11->xft_rgba more explicit. (#319627,
2005-10-25 Matthias Clasen <mclasen@redhat.com> * gdk/x11/gdkxftdefaults.c (init_xft_settings): Make the initialization of screen_x11->xft_rgba more explicit. (#319627, Bogdan Nicula)
This commit is contained in:
parent
225e5cb472
commit
f10f85793d
@ -1,5 +1,9 @@
|
|||||||
2005-10-25 Matthias Clasen <mclasen@redhat.com>
|
2005-10-25 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* gdk/x11/gdkxftdefaults.c (init_xft_settings): Make the
|
||||||
|
initialization of screen_x11->xft_rgba more explicit. (#319627,
|
||||||
|
Bogdan Nicula)
|
||||||
|
|
||||||
* gtk/gtkfilechooser.c (gtk_file_chooser_class_init): Fix whitespace
|
* gtk/gtkfilechooser.c (gtk_file_chooser_class_init): Fix whitespace
|
||||||
in a blurb. (#319499, Francisco Javier F. Serrador)
|
in a blurb. (#319499, Francisco Javier F. Serrador)
|
||||||
|
|
||||||
|
@ -1,5 +1,9 @@
|
|||||||
2005-10-25 Matthias Clasen <mclasen@redhat.com>
|
2005-10-25 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* gdk/x11/gdkxftdefaults.c (init_xft_settings): Make the
|
||||||
|
initialization of screen_x11->xft_rgba more explicit. (#319627,
|
||||||
|
Bogdan Nicula)
|
||||||
|
|
||||||
* gtk/gtkfilechooser.c (gtk_file_chooser_class_init): Fix whitespace
|
* gtk/gtkfilechooser.c (gtk_file_chooser_class_init): Fix whitespace
|
||||||
in a blurb. (#319499, Francisco Javier F. Serrador)
|
in a blurb. (#319499, Francisco Javier F. Serrador)
|
||||||
|
|
||||||
|
@ -200,9 +200,9 @@ init_xft_settings (GdkScreen *screen)
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
screen_x11->xft_rgba = subpixel;
|
screen_x11->xft_rgba = subpixel;
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!get_double_default (xdisplay, "dpi", &dpi_double))
|
if (!get_double_default (xdisplay, "dpi", &dpi_double))
|
||||||
|
Loading…
Reference in New Issue
Block a user