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:
committed by
Matthias Clasen
parent
1caa77bff2
commit
e34eab22da
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user