From db8eb5b6781e2c58e8cf4867d45683ab2ceb48de Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Tue, 20 Jul 2021 01:31:24 +0200 Subject: [PATCH] Add a todo about the editor debug level --- src/wine-host/editor.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/wine-host/editor.cpp b/src/wine-host/editor.cpp index 5206e459..e11b8a38 100644 --- a/src/wine-host/editor.cpp +++ b/src/wine-host/editor.cpp @@ -400,6 +400,8 @@ void Editor::handle_x11_events() noexcept { // the window is unmapped `wine_window` doesn't exist and any X11 // function calls involving it will fail. All functions called from // here should be able to handle that cleanly. + // TODO: Move all debug messages to a special editor debug level, which + // should be specified as +editor try { std::unique_ptr generic_event; while (generic_event.reset(xcb_poll_for_event(x11_connection.get())),