VisualInfo now copied from parent WindowInfo to child.
This commit is contained in:
parent
3c5797b15c
commit
0fe5712f0c
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue