* window.c: Declare preserve_y as a static global variable.
(window_scroll_pixel_based): No longer declare preserve_y;
it is global now.
- (syms_of_window): set preserve_y to -1.
+ (syms_of_window): Set preserve_y to -1.
2006-03-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
(mac_handle_command_event, mac_handle_window_event)
(mac_handle_mouse_event): Check error code of GetEventParameter.
(convert_fn_keycode) [MAC_OSX]: Likewise.
-
+
2006-03-05 Andreas Schwab <schwab@suse.de>
* xselect.c (x_catch_errors_unwind): Fix missing return value.