mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-26 04:05:36 +00:00
Create X11/X11XrandrDisplayDevice on X11 platforms.
This commit is contained in:
parent
eabee7c147
commit
96b38b95f4
|
@ -43,7 +43,7 @@ namespace OpenTK.Graphics
|
||||||
{
|
{
|
||||||
case PlatformID.Unix:
|
case PlatformID.Unix:
|
||||||
case (PlatformID)128:
|
case (PlatformID)128:
|
||||||
implementation = null;
|
implementation = new OpenTK.Platform.X11.X11XrandrDisplayDevice();
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Reference in a new issue