mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-11 22:05:57 +00:00
Set window on top during creation.
This commit is contained in:
parent
88cfad13b9
commit
762ea8f1bb
|
@ -334,6 +334,8 @@ namespace OpenTK.Platform.Windows
|
|||
"Could not create native window and/or context. Handle: {0}",
|
||||
this.Handle));
|
||||
|
||||
Functions.SetWindowPos(this.Handle, WindowPlacementOptions.TOP, Left, Top, cp.Width, cp.Height, SetWindowPosFlags.SHOWWINDOW);
|
||||
|
||||
Debug.Unindent();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue