mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-06 19:40:10 +02:00
Attempt to fix rare multiple displays issue
(cherry picked from 1950206159fbc830718803fa152b636b2a914a95) Under certain DEs/WMs, the window might not render at all when using multiple displays and the primary display is set to the rightmost display. This seems like a reasonably candidate for fixing this. https://github.com/robbert-vdh/yabridge/issues/89 https://github.com/robbert-vdh/yabridge/issues/104
This commit is contained in:
@@ -35,6 +35,13 @@ Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
yabridge will now try to steal it back and reparent it to the host's window
|
||||
again. This very rarely happened with some window managers, like XFWM, and
|
||||
only in certain DAWs like **Ardour**.
|
||||
- Possibly fixed an obscure error where the editor would not render when using
|
||||
multiple displays, and the rightmost display was set as primary. This issue is
|
||||
very rare, and I haven't gotten any response back when I asked the people
|
||||
affected by this to test a potential fix, so I'm just including it in yabridge
|
||||
proper in case it helps (it should at least not make anything worse). If
|
||||
anyone was affected by this, please let me know if this patch makes any
|
||||
difference!
|
||||
- Worked around a **REAPER** bug that would cause REAPER to not process any
|
||||
keyboard input when the FX window is active but the mouse is outside of the
|
||||
window. We now use the same validation used in `xprop` and `xwininfo` to find
|
||||
|
||||
Reference in New Issue
Block a user