Add a fix for the keyboard focus in Bitwig 3.2

This commit is contained in:
Robbert van der Helm
2020-05-26 18:49:44 +02:00
parent be969a69d0
commit ab4d35886e
3 changed files with 78 additions and 51 deletions
+7
View File
@@ -113,6 +113,13 @@ class Editor {
void handle_x11_events();
private:
/**
* Lie to the Wine window about its coordinates on the screen for
* reparenting without using XEmbed. See the comment at the top of the
* implementation on why this is needed.
*/
void fix_window_coordinates();
/**
* A pointer to the currently active window. Will be a null pointer if no
* window is active.