mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-09 20:29:10 +02:00
Fix typo in log message
This commit is contained in:
@@ -489,7 +489,7 @@ void Editor::handle_x11_events() noexcept {
|
|||||||
reinterpret_cast<xcb_visibility_notify_event_t*>(
|
reinterpret_cast<xcb_visibility_notify_event_t*>(
|
||||||
generic_event.get());
|
generic_event.get());
|
||||||
logger.log_editor_trace([&]() {
|
logger.log_editor_trace([&]() {
|
||||||
return "DEBUG: VisibilityNotify for window " +
|
return "DEBUG: VisibilityNotify for window " +
|
||||||
std::to_string(event->window);
|
std::to_string(event->window);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user