mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-25 04:55:29 +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)128:
|
||||
implementation = null;
|
||||
implementation = new OpenTK.Platform.X11.X11XrandrDisplayDevice();
|
||||
break;
|
||||
|
||||
default:
|
||||
|
|
Loading…
Reference in a new issue