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
ff35ddd4
Commit
ff35ddd4
authored
Jun 16, 2006
by
Kenichi Handa
Browse files
(new_fontset_from_font) [USE_FONT_BACKEND]: Prototype
adjusted.
parent
03ef560c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/fontset.h
src/fontset.h
+1
-1
No files found.
src/fontset.h
View file @
ff35ddd4
...
...
@@ -259,7 +259,7 @@ extern int fontset_height P_ ((int));
#ifdef USE_FONT_BACKEND
struct
font
;
extern
int
face_for_font
P_
((
struct
frame
*
,
struct
font
*
,
struct
face
*
));
extern
int
new_fontset_from_font
P_
((
FRAME_PTR
,
Lisp_Object
));
extern
int
new_fontset_from_font
P_
((
Lisp_Object
));
extern
struct
font
*
fontset_ascii_font
P_
((
FRAME_PTR
,
int
));
#endif
/* USE_FONT_BACKEND */
...
...
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