diff options
| author | Lars Ingebrigtsen | 2017-07-16 17:32:43 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2017-07-17 16:58:57 +0200 |
| commit | 727b3df056d978c05bb5dbce5cef715b3b7c31db (patch) | |
| tree | dfad578cabc1ecf344095e45d40fd662975a8abd | |
| parent | 552c90edb8cbf673b9a7d07ea39338585fce904a (diff) | |
| download | emacs-727b3df056d978c05bb5dbce5cef715b3b7c31db.tar.gz emacs-727b3df056d978c05bb5dbce5cef715b3b7c31db.zip | |
Move comments around
| -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) | |||
| 204 | *dpy = gdpy ? GDK_DISPLAY_XDISPLAY (gdpy) : NULL; | 204 | *dpy = gdpy ? GDK_DISPLAY_XDISPLAY (gdpy) : NULL; |
| 205 | } | 205 | } |
| 206 | 206 | ||
| 207 | /* Scaling/HiDPI functions. */ | ||
| 207 | static int | 208 | static int |
| 208 | xg_get_gdk_scale (void) | 209 | xg_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. */ | ||
| 223 | int | 223 | int |
| 224 | xg_get_scale (struct frame *f) | 224 | xg_get_scale (struct frame *f) |
| 225 | { | 225 | { |