]> git.eshelyaron.com Git - emacs.git/commit
(GC_CLIP_REGION): Remove macro.
authorYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Wed, 22 Feb 2006 08:00:12 +0000 (08:00 +0000)
committerYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Wed, 22 Feb 2006 08:00:12 +0000 (08:00 +0000)
commitb6e3efe044c0afb0b0a0c01c1cb846dde058adbc
tree0768f3e3b0f7317836a4869ffcf93b0e95f93cfd
parente188aa29a937c53de32fd52c56e6c7fc8ca0c528
(GC_CLIP_REGION): Remove macro.
(mac_begin_clip, mac_end_clip): Take arg GC instead of REGION.
All uses changed.  Don't do clipping if n_clip_rects is zero.
(mac_set_clip_rectangles): Use xassert instead of abort.  Set
n_clip_rects.  Don't make clip_region empty when number of
clipping rectangles is zero.
(mac_reset_clip_rectangles): Set n_clip_rects directly instead of
calling mac_set_clip_rectangles.
(x_set_toolkit_scroll_bar_thumb): Temporarily hide scroll bar to
avoid multiple redraws.
src/ChangeLog
src/macterm.c