gsk: Fix build without Wayland

This commit is contained in:
Emmanuele Bassi
2016-07-25 17:36:33 +01:00
parent 0ca16c5a7e
commit bbf11f749b

View File

@@ -1069,8 +1069,8 @@ gsk_renderer_get_for_display (GdkDisplay *display)
#ifdef GDK_WINDOWING_WAYLAND
if (GDK_IS_WAYLAND_DISPLAY (display))
renderer_type = GSK_TYPE_GL_RENDERER;
#endif
else
#endif
return NULL;
GSK_NOTE (RENDERER, g_print ("Creating renderer of type '%s' for display '%s'\n",