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
2090e2a3
Commit
2090e2a3
authored
Jun 16, 2006
by
Jan Djärv
Browse files
* frame.h (x_new_fontset2): Fix prototype.
parent
743fa717
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
src/ChangeLog.unicode
src/ChangeLog.unicode
+4
-0
src/frame.h
src/frame.h
+1
-1
No files found.
src/ChangeLog.unicode
View file @
2090e2a3
2006-06-16 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
* frame.h (x_new_fontset2): Fix prototype.
2006-06-16 Kenichi Handa <handa@m17n.org>
* font.h (struct font_driver): Member parse_name deleted.
...
...
src/frame.h
View file @
2090e2a3
...
...
@@ -1064,7 +1064,7 @@ 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
*
,
Lisp_Object
));
extern
Lisp_Object
x_new_fontset2
P_
((
struct
frame
*
,
int
,
Lisp_Object
));
#endif
/* USE_FONT_BACKEND */
/* 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