mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
gdkscreen-win32.c: Remove leftovers of removal of visual APIs
There were some more items that ought to be removed. Remove them. https://bugzilla.gnome.org/show_bug.cgi?id=773299
This commit is contained in:
parent
9898085149
commit
3baa4a9741
@ -138,12 +138,6 @@ gdk_win32_screen_init (GdkWin32Screen *win32_screen)
|
||||
if (logpixelsx > 0)
|
||||
_gdk_screen_set_resolution (screen, logpixelsx);
|
||||
|
||||
win32_screen->system_visual = init_visual (screen, FALSE);
|
||||
win32_screen->rgba_visual = init_visual (screen, TRUE);
|
||||
|
||||
win32_screen->available_visual_depths[0] = win32_screen->rgba_visual->depth;
|
||||
win32_screen->available_visual_types[0] = win32_screen->rgba_visual->type;
|
||||
|
||||
_gdk_win32_display_init_monitors (GDK_WIN32_DISPLAY (_gdk_display));
|
||||
init_root_window (win32_screen);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user