Browse Source

Disable render window completely

x11-test-without-render-window
Nikita Tsukanov 4 years ago
committed by GitHub
parent
commit
6896bc4e46
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/Avalonia.X11/X11Window.cs

2
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)

Loading…
Cancel
Save