Skip to content

gdkglcontext-win32.c: Fix running under GLES with GDK_DEBUG=opengl

Chun-wei Fan requested to merge windows-gles-debug-fix into gtk-3-24

Hi,

On Windows, running G[d|t]kGLArea items crash when running with GDK_GL=gles and GDK_DEBUG=opengl as there was an extraneous parameter in the g_message() call in a GDK_NOTE (OPENGL, ...) call upon the successful realization of the EGL/GLES (libANGLE) context on Windows. This attempts to fix it by dropping that parameter.

With blessings, thank you!

Merge request reports