VisualInfo now copied from parent WindowInfo to child.

This commit is contained in:
the_fiddler 2007-08-05 18:52:46 +00:00
parent 3c5797b15c
commit 0fe5712f0c

View file

@ -17,6 +17,7 @@ namespace OpenTK.Platform.X11
this.Screen = parent.Screen;
this.Display = parent.Display;
this.RootWindow = parent.RootWindow;
this.VisualInfo = parent.VisualInfo;
this.Parent = parent;
}