mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 21:51:08 +00:00
display: Actually initialize variables
Forgot to add this in d249e77bcb
.
This commit is contained in:
parent
5bb5213486
commit
d028667fc6
@ -390,6 +390,9 @@ gdk_display_init (GdkDisplay *display)
|
||||
(GDestroyNotify) g_free);
|
||||
|
||||
display->rendering_mode = _gdk_rendering_mode;
|
||||
|
||||
display->composited = TRUE;
|
||||
display->rgba = TRUE;
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user