aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gtkutil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gtkutil.c b/src/gtkutil.c
index dddf8b1c25c..03319726f09 100644
--- a/src/gtkutil.c
+++ b/src/gtkutil.c
@@ -204,6 +204,7 @@ xg_display_open (char *display_name, Display **dpy)
204 *dpy = gdpy ? GDK_DISPLAY_XDISPLAY (gdpy) : NULL; 204 *dpy = gdpy ? GDK_DISPLAY_XDISPLAY (gdpy) : NULL;
205} 205}
206 206
207/* Scaling/HiDPI functions. */
207static int 208static int
208xg_get_gdk_scale (void) 209xg_get_gdk_scale (void)
209{ 210{
@@ -219,7 +220,6 @@ xg_get_gdk_scale (void)
219 return 1; 220 return 1;
220} 221}
221 222
222/* Scaling/HiDPI functions. */
223int 223int
224xg_get_scale (struct frame *f) 224xg_get_scale (struct frame *f)
225{ 225{