mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-12 20:45:33 +00:00
Added a bogus default device for testing.
This commit is contained in:
parent
033a394c9d
commit
f4beb31381
|
@ -20,6 +20,12 @@ namespace OpenTK.Platform.X11
|
|||
|
||||
static X11XrandrDisplayDevice()
|
||||
{
|
||||
// Construct a default device for testing purposes.
|
||||
new DisplayDevice(new DisplayResolution(800, 600, 24, 0), true,
|
||||
new DisplayResolution[]
|
||||
{
|
||||
new DisplayResolution(800, 600, 24, 0)
|
||||
});
|
||||
}
|
||||
|
||||
public X11XrandrDisplayDevice()
|
||||
|
|
Loading…
Reference in a new issue