mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-02-24 07:36:56 +00:00
VisualInfo now copied from parent WindowInfo to child.
This commit is contained in:
parent
83d4a08c3c
commit
0473bb7647
|
@ -17,6 +17,7 @@ namespace OpenTK.Platform.X11
|
||||||
this.Screen = parent.Screen;
|
this.Screen = parent.Screen;
|
||||||
this.Display = parent.Display;
|
this.Display = parent.Display;
|
||||||
this.RootWindow = parent.RootWindow;
|
this.RootWindow = parent.RootWindow;
|
||||||
|
this.VisualInfo = parent.VisualInfo;
|
||||||
this.Parent = parent;
|
this.Parent = parent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue