gdk: Fix an oversight

The intention here was obviously to return
the hdr config.
This commit is contained in:
Matthias Clasen 2021-10-05 23:23:41 -04:00
parent 0969d9db83
commit f819e88e9c

View File

@ -1443,7 +1443,7 @@ gdk_display_get_egl_config_hdr (GdkDisplay *self)
{
GdkDisplayPrivate *priv = gdk_display_get_instance_private (self);
return priv->egl_config;
return priv->egl_config_hdr;
}
static EGLDisplay