make GDK_DEBUG=opengl work on win32

This commit is contained in:
Lukas K 2017-10-29 00:07:34 +02:00 committed by Chun-wei Fan
parent 64a489adbf
commit 15491cf6e4

View File

@ -429,10 +429,10 @@ _gdk_win32_display_init_gl (GdkDisplay *display)
g_print ("WGL API version %d.%d found\n"
" - Vendor: %s\n"
" - Checked extensions:\n"
"\t* WGL_ARB_pixel_format: %s\n",
"\t* WGL_ARB_pixel_format: %s\n"
"\t* WGL_ARB_create_context: %s\n"
"\t* WGL_EXT_swap_control: %s\n"
"\t* WGL_OML_sync_control: %s\n",
"\t* WGL_OML_sync_control: %s\n"
"\t* WGL_ARB_multisample: %s\n",
display_win32->gl_version / 10,
display_win32->gl_version % 10,