projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0689a4a
)
Fix build error in frame.h on non-NS
author
İ. Göktuğ Kayaalp
<self@gkayaalp.com>
Sun, 4 Apr 2021 02:14:29 +0000
(
04:14
+0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Sun, 4 Apr 2021 02:14:29 +0000
(
04:14
+0200)
* src/frame.h (FRAME_SCALE_FACTOR): Fix syntax of macro in
previous change.
src/frame.h
patch
|
blob
|
history
diff --git
a/src/frame.h
b/src/frame.h
index 9963112036fc9ebbda871d78ef434096b3ae670a..0fd95e4dd3cfcd2cdfa33e87c83d8821222f72fe 100644
(file)
--- a/
src/frame.h
+++ b/
src/frame.h
@@
-911,7
+911,7
@@
default_pixels_per_inch_y (void)
#if defined HAVE_NS
# define FRAME_SCALE_FACTOR(f) (FRAME_NS_P (f) ? ns_frame_scale_factor (f) : 1)
#else
-# define FRAME_SCALE_FACTOR(f) 1
;
+# define FRAME_SCALE_FACTOR(f) 1
#endif
/* Pixel width of frame F. */