[gtk/wip/chergert/for-main: 1/10] macos: add note about display coordinate changes
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/wip/chergert/for-main: 1/10] macos: add note about display coordinate changes
- Date: Tue, 1 Mar 2022 07:09:57 +0000 (UTC)
commit c6f21c27cf011cac32c732eae4f3607e8740d6ce
Author: Christian Hergert <christian hergert me>
Date: Mon Feb 28 13:57:29 2022 -0800
macos: add note about display coordinate changes
gdk/macos/gdkmacosdisplay.c | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/gdk/macos/gdkmacosdisplay.c b/gdk/macos/gdkmacosdisplay.c
index ddcc274372..798633f33a 100644
--- a/gdk/macos/gdkmacosdisplay.c
+++ b/gdk/macos/gdkmacosdisplay.c
@@ -156,6 +156,10 @@ gdk_macos_display_update_bounds (GdkMacosDisplay *self)
self->width = self->max_x - self->min_x;
self->height = self->max_y - self->min_y;
+ GDK_NOTE (MISC,
+ g_message ("Displays reconfigured to bounds %d,%d %dx%d",
+ self->min_x, self->min_y, self->width, self->height));
+
GDK_END_MACOS_ALLOC_POOL;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]