Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
a8c0cc18
Commit
a8c0cc18
authored
Jul 27, 2009
by
Kenichi Handa
Browse files
(face_with_height): Call font_clear_prop.
parent
051e86dc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
src/ChangeLog
src/ChangeLog
+4
-0
src/xfaces.c
src/xfaces.c
+1
-0
No files found.
src/ChangeLog
View file @
a8c0cc18
2009-07-27 Kenichi Handa <handa@m17n.org>
* xfaces.c (face_with_height): Call font_clear_prop.
2009-07-26 Chong Yidong <cyd@stupidchicken.com>
* dispnew.c (init_display): Use Qx, Qw32, and Qns.
...
...
src/xfaces.c
View file @
a8c0cc18
...
...
@@ -4958,6 +4958,7 @@ face_with_height (f, face_id, height)
face
=
FACE_FROM_ID
(
f
,
face_id
);
bcopy
(
face
->
lface
,
attrs
,
sizeof
attrs
);
attrs
[
LFACE_HEIGHT_INDEX
]
=
make_number
(
height
);
font_clear_prop
(
attrs
,
FONT_SIZE_INDEX
);
face_id
=
lookup_face
(
f
,
attrs
);
#endif
/* HAVE_WINDOW_SYSTEM */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment