mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-26 05:05:31 +00:00
X11/GameWindow context creation should be fixed.
This commit is contained in:
parent
64cf1ee3c8
commit
e404e9791e
|
@ -420,10 +420,9 @@ namespace OpenTK.Platform.X11
|
||||||
API.MapRaised(window.Display, window.Handle);
|
API.MapRaised(window.Display, window.Handle);
|
||||||
mapped = true;
|
mapped = true;
|
||||||
|
|
||||||
driver = new X11Input(window);
|
glContext.CreateContext(true, null);
|
||||||
|
|
||||||
//GL.LoadAll();
|
driver = new X11Input(window);
|
||||||
//Glu.LoadAll();
|
|
||||||
|
|
||||||
Debug.Unindent();
|
Debug.Unindent();
|
||||||
Debug.WriteLine("GameWindow creation completed successfully!");
|
Debug.WriteLine("GameWindow creation completed successfully!");
|
||||||
|
|
Loading…
Reference in a new issue