VisualInfo now copied from parent WindowInfo to child.

This commit is contained in:
the_fiddler 2007-08-05 18:52:46 +00:00
parent 83d4a08c3c
commit 0473bb7647

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;
}