mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-22 20:05:29 +00:00
Add explanatory comment.
This commit is contained in:
parent
4089de86a5
commit
e6e2764c55
|
@ -39,6 +39,7 @@ namespace OpenTK.X11
|
|||
IntPtr rootWindowXid = gdk_x11_drawable_get_xid(gdkRootWindowHandle);
|
||||
#endif
|
||||
|
||||
// No visual needs to be passed here, since we're piggybacking on the GdkGLContext from the base GLArea
|
||||
IWindowInfo retval = Utilities.CreateX11WindowInfo(display, screenNumber, windowXid, rootWindowXid, IntPtr.Zero);
|
||||
|
||||
return retval;
|
||||
|
|
Loading…
Reference in a new issue