diff options
| author | Gerd Moellmann | 2001-05-02 13:20:15 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-05-02 13:20:15 +0000 |
| commit | a39202f60bf05f852f35f151d4357339c6ee5eaf (patch) | |
| tree | 6930bf2f0da45c50a940619ba7cbd65835bf2821 /src/ChangeLog | |
| parent | 3356df6382f2698326d61d7ccf8bc9c0a4d9c458 (diff) | |
| download | emacs-a39202f60bf05f852f35f151d4357339c6ee5eaf.tar.gz emacs-a39202f60bf05f852f35f151d4357339c6ee5eaf.zip | |
(expose_window): Return int. If W is the window
currently being updated, mark the frame garbaged. Fix
computation of rows intersection the exposed rectangle.
(expose_window_tree): Stop when expose_window returns 0.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b9675a9e2fe..9171a4eb3f9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2001-05-02 Gerd Moellmann <gerd@gnu.org> | 1 | 2001-05-02 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * xterm.c (expose_window): Return int. If W is the window | ||
| 4 | currently being updated, mark the frame garbaged. Fix | ||
| 5 | computation of rows intersecting the exposed rectangle. | ||
| 6 | (expose_window_tree): Stop when expose_window returns 0. | ||
| 7 | |||
| 3 | * xterm.c (x_draw_stretch_glyph_string): Don't draw background | 8 | * xterm.c (x_draw_stretch_glyph_string): Don't draw background |
| 4 | again if it has already been drawn. | 9 | again if it has already been drawn. |
| 5 | 10 | ||