From d8cdc56ec48e07589c3d132a1ce555595876db18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20=C3=85dahl?= Date: Thu, 4 Jul 2024 13:50:53 +0200 Subject: [PATCH] place: Remove a couple of comments about X11 roundtrips It's not relevant in the context where the comment is, and don't need to be reminded of X11 quirks here. Part-of: --- src/core/place.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/core/place.c b/src/core/place.c index d9a5692a6..078cea510 100644 --- a/src/core/place.c +++ b/src/core/place.c @@ -913,7 +913,6 @@ meta_window_place (MetaWindow *window, MtkRectangle work_area; MtkRectangle frame_rect; - /* Warning, this function is a round trip! */ logical_monitor = meta_backend_get_current_logical_monitor (backend); meta_window_get_work_area_for_logical_monitor (window, @@ -932,7 +931,6 @@ meta_window_place (MetaWindow *window, windows = find_windows_relevant_for_placement (window); - /* Warning, on X11 this might be a round trip! */ logical_monitor = meta_backend_get_current_logical_monitor (backend); /* Maximize windows if they are too big for their work area (bit of