mirror of
https://github.com/brl/mutter.git
synced 2024-11-12 17:27:03 -05:00
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:
parent
98df888f03
commit
b536a531cb
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user