Mercurial > hg > xemacs-beta
diff src/redisplay.h @ 1708:a19b0eb5dfc1
[xemacs-hg @ 2003-09-22 04:21:42 by james]
Add new pos-visible-in-window-p parameter for Emacs compatibility.
author | james |
---|---|
date | Mon, 22 Sep 2003 04:21:43 +0000 |
parents | b531bf8658e9 |
children | ecf1ebac70d8 |
line wrap: on
line diff
--- a/src/redisplay.h Mon Sep 22 03:22:16 2003 +0000 +++ b/src/redisplay.h Mon Sep 22 04:21:43 2003 +0000 @@ -758,7 +758,7 @@ int point_in_line_start_cache (struct window *w, Charbpos point, int min_past); int point_would_be_visible (struct window *w, Charbpos startp, - Charbpos point); + Charbpos point, int partially); Charbpos start_of_last_line (struct window *w, Charbpos startp); Charbpos end_of_last_line (struct window *w, Charbpos startp); Charbpos start_with_line_at_pixpos (struct window *w, Charbpos point,