gdk: Never draw with GL

This is a temporary switch-off of the GL dawing code that will make
things keep running. All GL related code (like the GSK renderer or
GtkGLArea will now fall back to software.
This commit is contained in:
Benjamin Otte
2016-11-22 19:45:04 +01:00
parent e42e27304a
commit 77d336de17

View File

@@ -2724,7 +2724,7 @@ gdk_window_begin_paint_internal (GdkWindow *window,
surface_content = gdk_window_get_content (window);
window->current_paint.use_gl = window->impl_window->gl_paint_context != NULL;
window->current_paint.use_gl = FALSE;
if (window->current_paint.use_gl)
{