mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-21 18:23:59 +00:00
* dispextern.h (lookup_derived_face): Fix prototype.
This commit is contained in:
parent
e7f876b473
commit
19aaca78a7
@ -2779,7 +2779,7 @@ int lookup_face P_ ((struct frame *, Lisp_Object *, int, struct face *));
|
||||
int lookup_named_face P_ ((struct frame *, Lisp_Object, int, int));
|
||||
int smaller_face P_ ((struct frame *, int, int));
|
||||
int face_with_height P_ ((struct frame *, int, int));
|
||||
int lookup_derived_face P_ ((struct frame *, Lisp_Object, int, int));
|
||||
int lookup_derived_face P_ ((struct frame *, Lisp_Object, int, int, int));
|
||||
void init_frame_faces P_ ((struct frame *));
|
||||
void free_frame_faces P_ ((struct frame *));
|
||||
void recompute_basic_faces P_ ((struct frame *));
|
||||
|
Loading…
Reference in New Issue
Block a user