mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-06 19:40:10 +02:00
Fix some whitespace
This commit is contained in:
committed by
Robbert van der Helm
parent
44d047e9e2
commit
174b25be05
@@ -437,7 +437,6 @@ std::array<int16_t, 2> Editor::get_parent_window_offset() {
|
|||||||
return {coord_reply->dst_x, coord_reply->dst_y};
|
return {coord_reply->dst_x, coord_reply->dst_y};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void Editor::handle_x11_events() noexcept {
|
void Editor::handle_x11_events() noexcept {
|
||||||
// NOTE: Ardour will unmap the window instead of closing the editor. When
|
// NOTE: Ardour will unmap the window instead of closing the editor. When
|
||||||
// the window is unmapped `wine_window_` doesn't exist and any X11
|
// the window is unmapped `wine_window_` doesn't exist and any X11
|
||||||
@@ -475,6 +474,7 @@ void Editor::handle_x11_events() noexcept {
|
|||||||
", generated from " +
|
", generated from " +
|
||||||
std::to_string(event->event);
|
std::to_string(event->event);
|
||||||
});
|
});
|
||||||
|
|
||||||
redetect_host_window();
|
redetect_host_window();
|
||||||
|
|
||||||
// If the `editor_force_dnd` option is set, we'll strip
|
// If the `editor_force_dnd` option is set, we'll strip
|
||||||
|
|||||||
Reference in New Issue
Block a user