From 174b25be0541c514ea32484df7325f7725b7f751 Mon Sep 17 00:00:00 2001 From: Jakob Steltner Date: Sat, 3 Jan 2026 23:19:08 +0100 Subject: [PATCH] Fix some whitespace --- src/wine-host/editor.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wine-host/editor.cpp b/src/wine-host/editor.cpp index f2f13cd6..8fef7412 100644 --- a/src/wine-host/editor.cpp +++ b/src/wine-host/editor.cpp @@ -437,7 +437,6 @@ std::array Editor::get_parent_window_offset() { return {coord_reply->dst_x, coord_reply->dst_y}; } - void Editor::handle_x11_events() noexcept { // NOTE: Ardour will unmap the window instead of closing the editor. When // the window is unmapped `wine_window_` doesn't exist and any X11 @@ -475,7 +474,8 @@ void Editor::handle_x11_events() noexcept { ", generated from " + std::to_string(event->event); }); - redetect_host_window(); + + redetect_host_window(); // If the `editor_force_dnd` option is set, we'll strip // `XdndAware` from all of `wine_window_`'s ancestors