Add explanatory comment.
This commit is contained in:
parent
4089de86a5
commit
e6e2764c55
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ namespace OpenTK.X11
|
||||||
IntPtr rootWindowXid = gdk_x11_drawable_get_xid(gdkRootWindowHandle);
|
IntPtr rootWindowXid = gdk_x11_drawable_get_xid(gdkRootWindowHandle);
|
||||||
#endif
|
#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);
|
IWindowInfo retval = Utilities.CreateX11WindowInfo(display, screenNumber, windowXid, rootWindowXid, IntPtr.Zero);
|
||||||
|
|
||||||
return retval;
|
return retval;
|
||||||
|
|
Loading…
Reference in a new issue