From: Lars Ingebrigtsen Date: Sun, 16 Jul 2017 15:32:43 +0000 (+0200) Subject: Move comments around X-Git-Tag: emacs-26.0.90~518^2~70 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=727b3df056d978c05bb5dbce5cef715b3b7c31db;p=emacs.git Move comments around --- 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) *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) {