diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2017-07-16 17:32:43 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2017-07-16 17:32:43 +0200 |
commit | 8baa0bd2f9eb7ec662814faad61b6c88062199ba (patch) | |
tree | 60b0315d9b5d5a086eb739d73c7d9a95fedf71dd | |
parent | cb3191110145b989d498ec942384f7229ddf304c (diff) | |
download | emacs-scratch/hidpi.tar.gz |
Move comments aroundscratch/hidpi
-rw-r--r-- | src/gtkutil.c | 2 |
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) *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) { |