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
250368af
Commit
250368af
authored
Nov 14, 2002
by
Dave Love
Browse files
(calculate_scrolling, calculate_direct_scrolling):
parent
c4bf5bc3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/scroll.c
src/scroll.c
+2
-2
No files found.
src/scroll.c
View file @
250368af
...
...
@@ -89,7 +89,7 @@ calculate_scrolling (frame, matrix, window_size, lines_below,
FRAME_PTR
frame
;
/* matrix is of size window_size + 1 on each side. */
struct
matrix_elt
*
matrix
;
int
window_size
;
int
window_size
,
lines_below
;
int
*
draw_cost
;
int
*
old_hash
;
int
*
new_hash
;
...
...
@@ -430,7 +430,7 @@ calculate_direct_scrolling (frame, matrix, window_size, lines_below,
FRAME_PTR
frame
;
/* matrix is of size window_size + 1 on each side. */
struct
matrix_elt
*
matrix
;
int
window_size
;
int
window_size
,
lines_below
;
int
*
draw_cost
;
int
*
old_draw_cost
;
int
*
old_hash
;
...
...
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