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
490943fe
Commit
490943fe
authored
Nov 03, 2007
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(face_at_buffer_position_no_overlays): Add decl.
parent
03e1d617
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
src/dispextern.h
src/dispextern.h
+6
-0
No files found.
src/dispextern.h
View file @
490943fe
...
...
@@ -1808,6 +1808,9 @@ struct it_slice
Lisp_Object
height
;
};
/* Input sources for fetching characters or data to display.
The input source is found in the `method' field. */
enum
it_method
{
GET_FROM_BUFFER
=
0
,
GET_FROM_DISPLAY_VECTOR
,
...
...
@@ -2856,6 +2859,9 @@ void free_frame_faces P_ ((struct frame *));
void
recompute_basic_faces
P_
((
struct
frame
*
));
int
face_at_buffer_position
P_
((
struct
window
*
,
int
,
int
,
int
,
int
*
,
int
,
int
));
int
face_at_buffer_position_no_overlays
P_
((
struct
window
*
,
int
,
int
,
int
,
int
*
,
int
,
int
));
int
face_at_string_position
P_
((
struct
window
*
,
Lisp_Object
,
int
,
int
,
int
,
int
,
int
*
,
enum
face_id
,
int
));
int
merge_faces
P_
((
struct
frame
*
,
Lisp_Object
,
int
,
int
));
...
...
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