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:
Matthias Clasen
2005-10-25 18:10:59 +00:00
committed by Matthias Clasen
parent 1caa77bff2
commit e34eab22da
3 changed files with 13 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
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)
2005-10-22 Michael Natterer <mitch@imendio.com>
Merged from HEAD:

View File

@@ -1,3 +1,9 @@
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)
2005-10-22 Michael Natterer <mitch@imendio.com>
Merged from HEAD:

View File

@@ -201,9 +201,9 @@ init_xft_settings (GdkScreen *screen)
break;
}
}
#endif
screen_x11->xft_rgba = subpixel;
#endif
}
if (!get_double_default (xdisplay, "dpi", &dpi_double))