mirror of https://github.com/snes9xgit/snes9x.git
Gtk/OpenGL: Fix context resize broken in is_x11/is_wayland change.
This commit is contained in:
parent
c6e0fbf866
commit
932b093d98
|
@ -352,7 +352,7 @@ void S9xOpenGLDisplayDriver::resize()
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
#ifdef GDK_WINDOWING_X11
|
#ifdef GDK_WINDOWING_X11
|
||||||
if (is_wayland())
|
if (is_x11())
|
||||||
{
|
{
|
||||||
context->resize();
|
context->resize();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue