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
38548f60
Commit
38548f60
authored
May 14, 2008
by
Kenichi Handa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Delete USE_FONT_BACKEND conditional.
parent
f6204a24
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
src/frame.h
src/frame.h
+1
-5
No files found.
src/frame.h
View file @
38548f60
...
...
@@ -1061,11 +1061,7 @@ extern void x_set_scroll_bar_default_width P_ ((struct frame *));
extern
void
x_set_offset
P_
((
struct
frame
*
,
int
,
int
,
int
));
extern
void
x_wm_set_icon_position
P_
((
struct
frame
*
,
int
,
int
));
extern
Lisp_Object
x_new_font
P_
((
struct
frame
*
,
char
*
));
extern
Lisp_Object
x_new_fontset
P_
((
struct
frame
*
,
Lisp_Object
));
#ifdef USE_FONT_BACKEND
extern
Lisp_Object
x_new_fontset2
P_
((
struct
frame
*
,
int
,
Lisp_Object
));
#endif
/* USE_FONT_BACKEND */
extern
Lisp_Object
x_new_font
P_
((
struct
frame
*
,
Lisp_Object
,
int
));
/* These are in frame.c */
...
...
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