2005-02-04 Bill Haneman * configure.in: Revved to 0.11.14. * README, NEWS: Updated for 0.11.14. * magnifier/zoom-region.c: Added some forward declarations for existing funcs. (_rectangle_clip_to_rectangle): Implemented. (zoom_region_clip_to_target): Renamed to (zoom_region_clip_scaled_pixmap). Not yet used. (zoom_region_update): Create the pixmap if not already created; this makes the 'update current' calls at init time work, so that the initial magnified target window isn't wholly or partially blank. (impl_zoom_region_mark_dirty): Clip to the source, not target, bounds. (impl_zoom_region_set_mag_factor): Create a pixmap that's big enough for any update/mark-dirty request. We were missing some parens () in our calc. Fixes 166282.