1
0
Fork 0

place: Use 'placement' topic for logging monitor rect

It was logged using the 'xinerama' topic during placement calculation,
which doesn't seem very relevant here since a handful of years.

https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1465
This commit is contained in:
Jonas Ådahl 2020-10-01 15:00:37 +02:00 committed by Georges Basile Stavracas Neto
parent 98df888f03
commit b536a531cb

View file

@ -526,7 +526,7 @@ find_first_fit (MetaWindow *window,
meta_rectangle_to_string (&logical_monitor->rect,
monitor_location_string);
meta_topic (META_DEBUG_XINERAMA,
meta_topic (META_DEBUG_PLACEMENT,
"Natural monitor is %s\n",
monitor_location_string);
}