Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
349c787a
Commit
349c787a
authored
Jun 15, 2008
by
Chong Yidong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(font_unparse_gtkname): Add prototype.
parent
b1868a1a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/font.h
src/font.h
+1
-0
No files found.
src/font.h
View file @
349c787a
...
...
@@ -822,6 +822,7 @@ extern int font_unparse_xlfd P_ ((Lisp_Object font, int pixel_size,
extern
int
font_parse_fcname
P_
((
char
*
name
,
Lisp_Object
font
));
extern
int
font_unparse_fcname
P_
((
Lisp_Object
font
,
int
pixel_size
,
char
*
name
,
int
bytes
));
extern
int
font_unparse_gtkname
P_
((
Lisp_Object
,
struct
frame
*
,
char
*
,
int
));
extern
void
register_font_driver
P_
((
struct
font_driver
*
driver
,
FRAME_PTR
f
));
extern
void
free_font_driver_list
P_
((
FRAME_PTR
f
));
extern
Lisp_Object
font_update_drivers
P_
((
FRAME_PTR
f
,
Lisp_Object
list
));
...
...
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