aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJason Rumney2002-01-24 20:49:36 +0000
committerJason Rumney2002-01-24 20:49:36 +0000
commitaa35b6ad4913c48390ce8d60a38457be241c5ecc (patch)
tree7330ba919a734e50e0dfa4a8b4ec221caeac9861 /src/ChangeLog
parent4d6e81995c424e3a6e7b6c53258a031fe3fe3aff (diff)
downloademacs-aa35b6ad4913c48390ce8d60a38457be241c5ecc.tar.gz
emacs-aa35b6ad4913c48390ce8d60a38457be241c5ecc.zip
(w32_wnd_proc) <WM_PAINT>: Initialize update_rect.
Combine the regions returned by BeginPaint and GetUpdateRect.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 2095530c7ad..d34f4602481 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
12002-01-24 Jason Rumney <jasonr@gnu.org>
2
3 * w32term.c (x_scroll_run): Use ScrollWindowEx in place of BitBlt.
4 If region left to draw is not what was expected, mark the frame as
5 garbaged.
6
7 * w32fns.c (w32_wnd_proc) <WM_PAINT>: Initialize update_rect.
8 Combine the regions returned by BeginPaint and GetUpdateRect.
9
12002-01-23 Jason Rumney <jasonr@gnu.org> 102002-01-23 Jason Rumney <jasonr@gnu.org>
2 11
3 * w32term.c (x_update_window_begin): Only hide caret if 12 * w32term.c (x_update_window_begin): Only hide caret if