Procházet zdrojové kódy

Avalonia: Fix gamescope once and for all (#6301)

Enable input focus proxy, makes WM_TAKE_FOCUS capability to be exposed.

This fix menu on gamescope, for real this time....

Signed-off-by: Mary Guillemard <mary@mary.zone>
Mary Guillemard před 2 roky
rodič
revize
6ef8946169
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      src/Ryujinx.Ava/Program.cs

+ 1 - 0
src/Ryujinx.Ava/Program.cs

@@ -59,6 +59,7 @@ namespace Ryujinx.Ava
                 {
                 {
                     EnableMultiTouch = true,
                     EnableMultiTouch = true,
                     EnableIme = true,
                     EnableIme = true,
+                    EnableInputFocusProxy = true,
                     RenderingMode = new[] { X11RenderingMode.Glx, X11RenderingMode.Software },
                     RenderingMode = new[] { X11RenderingMode.Glx, X11RenderingMode.Software },
                 })
                 })
                 .With(new Win32PlatformOptions
                 .With(new Win32PlatformOptions