Browse Source
Disable render window completely
x11-test-without-render-window
Nikita Tsukanov
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/Avalonia.X11/X11Window.cs
|
|
|
@ -83,7 +83,7 @@ namespace Avalonia.X11 |
|
|
|
XVisualInfo? visualInfo = null; |
|
|
|
|
|
|
|
// OpenGL seems to be do weird things to it's current window which breaks resize sometimes
|
|
|
|
_useRenderWindow = glfeature != null; |
|
|
|
//_useRenderWindow = glfeature != null;
|
|
|
|
|
|
|
|
var glx = glfeature as GlxPlatformOpenGlInterface; |
|
|
|
if (glx != null) |
|
|
|
|