mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-24 03:15:30 +00:00
* X11GLNative.cs: Ensure that Width and Height properties return valid values in the OnLoad event.
This commit is contained in:
parent
60665a76a4
commit
3914aaa1e6
|
@ -282,6 +282,9 @@ namespace OpenTK.Platform.X11
|
|||
|
||||
Debug.WriteLine(String.Format("X11GLNative window created successfully (id: {0}).", Handle));
|
||||
Debug.Unindent();
|
||||
|
||||
this.width = width;
|
||||
this.height = height;
|
||||
|
||||
exists = true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue