mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
gdk: Fix an oversight
The intention here was obviously to return the hdr config.
This commit is contained in:
parent
0969d9db83
commit
f819e88e9c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user