From af555f47da31f44d0bad2acdd7052af862a5aded Mon Sep 17 00:00:00 2001 From: Ignacio Casal Quinteiro Date: Mon, 11 Nov 2024 16:33:34 +0100 Subject: [PATCH] gdkmacosmonitor: change parameter name to monitor To match the name in the source file --- gdk/macos/gdkmacosmonitor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdk/macos/gdkmacosmonitor.h b/gdk/macos/gdkmacosmonitor.h index c333520a77..77f8d92e83 100644 --- a/gdk/macos/gdkmacosmonitor.h +++ b/gdk/macos/gdkmacosmonitor.h @@ -40,7 +40,7 @@ GDK_AVAILABLE_IN_ALL void gdk_macos_monitor_get_geometry (GdkMonitor *self, GdkRectangle *geometry); GDK_AVAILABLE_IN_ALL -void gdk_macos_monitor_get_workarea (GdkMonitor *self, +void gdk_macos_monitor_get_workarea (GdkMonitor *monitor, GdkRectangle *geometry); G_END_DECLS