summaryrefslogtreecommitdiff
path: root/gdk/macos/gdkmacosmonitor.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdk/macos/gdkmacosmonitor.c')
-rw-r--r--gdk/macos/gdkmacosmonitor.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdk/macos/gdkmacosmonitor.c b/gdk/macos/gdkmacosmonitor.c
index ade7f0bf42..91a85a0dfa 100644
--- a/gdk/macos/gdkmacosmonitor.c
+++ b/gdk/macos/gdkmacosmonitor.c
@@ -152,7 +152,7 @@ GetLocalizedName (NSScreen *screen)
return g_steal_pointer (&name);
}
-static gchar *
+static char *
GetConnectorName (CGDirectDisplayID screen_id)
{
guint unit = CGDisplayUnitNumber (screen_id);
@@ -193,8 +193,8 @@ _gdk_macos_monitor_reconfigure (GdkMacosMonitor *self)
CGRect bounds;
size_t width;
size_t pixel_width;
- gchar *connector;
- gchar *name;
+ char *connector;
+ char *name;
int refresh_rate;
int scale_factor = 1;
int width_mm;