aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Ingebrigtsen2017-07-16 17:32:43 +0200
committerLars Ingebrigtsen2017-07-17 16:58:57 +0200
commit727b3df056d978c05bb5dbce5cef715b3b7c31db (patch)
treedfad578cabc1ecf344095e45d40fd662975a8abd
parent552c90edb8cbf673b9a7d07ea39338585fce904a (diff)
downloademacs-727b3df056d978c05bb5dbce5cef715b3b7c31db.tar.gz
emacs-727b3df056d978c05bb5dbce5cef715b3b7c31db.zip
Move comments around
-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{