]> git.eshelyaron.com Git - emacs.git/commitdiff
Move comments around
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 16 Jul 2017 15:32:43 +0000 (17:32 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 17 Jul 2017 14:58:57 +0000 (16:58 +0200)
src/gtkutil.c

index dddf8b1c25c54a76649ab68068f2db405c19d5ae..03319726f09042c02496d67e548f526b6bb04fdc 100644 (file)
@@ -204,6 +204,7 @@ xg_display_open (char *display_name, Display **dpy)
   *dpy = gdpy ? GDK_DISPLAY_XDISPLAY (gdpy) : NULL;
 }
 
+/* Scaling/HiDPI functions. */
 static int
 xg_get_gdk_scale (void)
 {
@@ -219,7 +220,6 @@ xg_get_gdk_scale (void)
   return 1;
 }
 
-/* Scaling/HiDPI functions. */
 int
 xg_get_scale (struct frame *f)
 {