mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-15 04:50:43 +02:00
Work around wrong offset in plugin windows
This commit is contained in:
committed by
Robbert van der Helm
parent
cca3189855
commit
44d047e9e2
@@ -311,6 +311,11 @@ class Editor {
|
||||
*/
|
||||
void redetect_host_window() noexcept;
|
||||
|
||||
/**
|
||||
* Get offset of parent window to fix mouse coordinates.
|
||||
*/
|
||||
std::array<int16_t, 2> get_parent_window_offset();
|
||||
|
||||
/**
|
||||
* Reparent `child` to `new_parent`. This includes the flush.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user