mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-24 20:20:59 +00:00
Added a bogus default device for testing.
This commit is contained in:
parent
8630edaaf6
commit
605f04bf3d
|
@ -20,6 +20,12 @@ namespace OpenTK.Platform.X11
|
||||||
|
|
||||||
static X11XrandrDisplayDevice()
|
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()
|
public X11XrandrDisplayDevice()
|
||||||
|
|
Loading…
Reference in a new issue