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
c68b9c2f
Commit
c68b9c2f
authored
Jun 17, 2005
by
Richard M. Stallman
Browse files
(spec_glyph_lookup_face): Add declaration.
parent
398f0da5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
src/dispextern.h
src/dispextern.h
+3
-1
No files found.
src/dispextern.h
View file @
c68b9c2f
...
...
@@ -366,7 +366,8 @@ struct glyph
#define FACE_ID_BITS 21
/* Face of the glyph. */
/* Face of the glyph. This is a realized face ID,
an index in the face cache of the frame. */
unsigned
face_id
:
FACE_ID_BITS
;
/* Type of font used to display the character glyph. May be used to
...
...
@@ -2912,6 +2913,7 @@ Lisp_Object sit_for P_ ((int, int, int, int, int));
void
init_display
P_
((
void
));
void
syms_of_display
P_
((
void
));
extern
Lisp_Object
Qredisplay_dont_pause
;
GLYPH
spec_glyph_lookup_face
P_
((
struct
window
*
,
GLYPH
));
/* Defined in term.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