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
12f7daf1
Commit
12f7daf1
authored
Jun 02, 2007
by
Jason Rumney
Browse files
(Fx_list_fonts) [WINDOWSNT]: Remove Windows only redefinition of FONT_WIDTH.
parent
1445e9c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
+0
-7
src/xfaces.c
src/xfaces.c
+0
-7
No files found.
src/xfaces.c
View file @
12f7daf1
...
...
@@ -3148,13 +3148,6 @@ the WIDTH times as wide as FACE on FRAME. */)
? NULL
: FACE_FROM_ID (f, face_id));
#ifdef WINDOWSNT
/* For historic reasons, FONT_WIDTH refers to average width on W32,
not maximum as on X. Redefine here. */
#undef FONT_WIDTH
#define FONT_WIDTH FONT_MAX_WIDTH
#endif
if (face && face->font)
size = FONT_WIDTH (face->font);
else
...
...
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