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
d8c315d1
Commit
d8c315d1
authored
May 23, 2010
by
Eli Zaretskii
Browse files
dispextern.h (init_iterator): Sync prototype with changed definition.
parent
11117830
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
src/ChangeLog
src/ChangeLog
+5
-0
src/dispextern.h
src/dispextern.h
+2
-2
No files found.
src/ChangeLog
View file @
d8c315d1
2010-05-23 Eli Zaretskii <eliz@gnu.org>
* dispextern.h (init_iterator): Sync prototype with changed
definition.
2010-05-19 Eli Zaretskii <eliz@gnu.org>
Redesign and reimplement bidi-aware edge positions of glyph rows.
...
...
src/dispextern.h
View file @
d8c315d1
...
...
@@ -2911,8 +2911,8 @@ void mark_window_display_accurate P_ ((Lisp_Object, int));
void
redisplay_preserve_echo_area
P_
((
int
));
int
set_cursor_from_row
P_
((
struct
window
*
,
struct
glyph_row
*
,
struct
glyph_matrix
*
,
int
,
int
,
int
,
int
));
void
init_iterator
P_
((
struct
it
*
,
struct
window
*
,
int
,
int
,
struct
glyph_row
*
,
enum
face_id
));
void
init_iterator
P_
((
struct
it
*
,
struct
window
*
,
EMACS_INT
,
EMACS_INIT
,
struct
glyph_row
*
,
enum
face_id
));
void
init_iterator_to_row_start
P_
((
struct
it
*
,
struct
window
*
,
struct
glyph_row
*
));
int
get_next_display_element
P_
((
struct
it
*
));
...
...
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