projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
552c90e
)
Move comments around
author
Lars Ingebrigtsen
<larsi@gnus.org>
Sun, 16 Jul 2017 15:32:43 +0000
(17:32 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Mon, 17 Jul 2017 14:58:57 +0000
(16:58 +0200)
src/gtkutil.c
patch
|
blob
|
history
diff --git
a/src/gtkutil.c
b/src/gtkutil.c
index dddf8b1c25c54a76649ab68068f2db405c19d5ae..03319726f09042c02496d67e548f526b6bb04fdc 100644
(file)
--- 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)
{