(x_encode_text): Add prototype.
This commit is contained in:
parent
2b38b37ef7
commit
0b8c21c2ef
1 changed files with 2 additions and 0 deletions
|
@ -1004,6 +1004,8 @@ extern void x_report_frame_params P_ ((struct frame *, Lisp_Object *));
|
|||
extern int defined_color P_ ((struct frame *, char *, XColor *, int));
|
||||
extern void x_set_border_pixel P_ ((struct frame *, int));
|
||||
extern void x_set_menu_bar_lines P_ ((struct frame *, Lisp_Object, Lisp_Object));
|
||||
extern unsigned char * x_encode_text P_ ((Lisp_Object, Lisp_Object,
|
||||
int *, int *));
|
||||
extern void x_implicitly_set_name P_ ((struct frame *, Lisp_Object, Lisp_Object));
|
||||
extern void create_frame_xic P_ ((struct frame *));
|
||||
extern void destroy_frame_xic P_ ((struct frame *));
|
||||
|
|
Loading…
Add table
Reference in a new issue