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
84fc6d4d
Commit
84fc6d4d
authored
Apr 25, 2000
by
Gerd Moellmann
Browse files
Change names of renamed functions from dispnew.c in prototypes.
parent
47d72254
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/dispextern.h
src/dispextern.h
+3
-3
No files found.
src/dispextern.h
View file @
84fc6d4d
...
...
@@ -2216,10 +2216,10 @@ void clear_desired_matrices P_ ((struct frame *));
void
shift_glyph_matrix
P_
((
struct
window
*
,
struct
glyph_matrix
*
,
int
,
int
,
int
));
void
rotate_matrix
P_
((
struct
glyph_matrix
*
,
int
,
int
,
int
));
void
increment_
glyph_matrix_buffer
_positions
P_
((
struct
glyph_matrix
*
,
int
,
int
,
int
,
int
));
void
increment_
matrix
_positions
P_
((
struct
glyph_matrix
*
,
int
,
int
,
int
,
int
));
void
blank_row
P_
((
struct
window
*
,
struct
glyph_row
*
,
int
));
void
increment_
glyph_row_buffer
_positions
P_
((
struct
glyph_row
*
,
int
,
int
));
void
increment_
row
_positions
P_
((
struct
glyph_row
*
,
int
,
int
));
void
enable_glyph_matrix_rows
P_
((
struct
glyph_matrix
*
,
int
,
int
,
int
));
void
clear_glyph_row
P_
((
struct
glyph_row
*
));
void
prepare_desired_row
P_
((
struct
glyph_row
*
));
...
...
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