diff src/ChangeLog @ 45890:afcf154bf656

2002-06-17 Andrew Choi <akochoi@shaw.ca> * macterm.c (mac_scroll_area): Set foreground and backcolor to black and white before scrolling. Restore frame background and foreground color after scrolling. (do_window_update): Call XClearWindow before calling expose_frame. (make_mac_frame): Don't set FRAME_BACKGROUND_PIXEL and FRAME_FOREGROUND_PIXEL of frame.
author Andrew Choi <akochoi@shaw.ca>
date Tue, 18 Jun 2002 05:33:25 +0000
parents 61b39d1554ee
children 56be1b705050
line wrap: on
line diff
--- a/src/ChangeLog	Tue Jun 18 05:20:45 2002 +0000
+++ b/src/ChangeLog	Tue Jun 18 05:33:25 2002 +0000
@@ -1,5 +1,12 @@
 2002-06-17  Andrew Choi  <akochoi@shaw.ca>
 
+	* macterm.c (mac_scroll_area): Set foreground and backcolor to
+	black and white before scrolling.  Restore frame background and
+	foreground color after scrolling.
+	(do_window_update): Call XClearWindow before calling expose_frame.
+	(make_mac_frame): Don't set FRAME_BACKGROUND_PIXEL and
+	FRAME_FOREGROUND_PIXEL of frame.
+	
 	* macterm.c (XTread_socket): If Vmac_command_key_is_meta is nil,
 	test Mac command key as <ALT> key.