mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-23 09:21:05 +00:00
* X11GLNative.cs: Ensure that Width and Height properties return valid values in the OnLoad event.
This commit is contained in:
parent
46b0cc4a36
commit
c0f573f996
|
@ -282,6 +282,9 @@ namespace OpenTK.Platform.X11
|
||||||
|
|
||||||
Debug.WriteLine(String.Format("X11GLNative window created successfully (id: {0}).", Handle));
|
Debug.WriteLine(String.Format("X11GLNative window created successfully (id: {0}).", Handle));
|
||||||
Debug.Unindent();
|
Debug.Unindent();
|
||||||
|
|
||||||
|
this.width = width;
|
||||||
|
this.height = height;
|
||||||
|
|
||||||
exists = true;
|
exists = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue