X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=libview%2Fev-transition-animation.c;h=e97516babdeb68653eb0f33e7692dc8fb088974b;hb=0a8ca94b8cb16d63e63cad2edce7a9035322ff3d;hp=9a1213753da3525ada902d4a8ab918dbeebae420;hpb=56563e01d4677aa3cdb08ee1ca67f5f4d298cc53;p=evince.git diff --git a/libview/ev-transition-animation.c b/libview/ev-transition-animation.c index 9a121375..e97516ba 100644 --- a/libview/ev-transition-animation.c +++ b/libview/ev-transition-animation.c @@ -15,8 +15,8 @@ * * You should have received a copy of the GNU Library General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. */ #include @@ -192,6 +192,7 @@ paint_surface (cairo_t *cr, cairo_save (cr); gdk_cairo_rectangle (cr, &page_area); + cairo_clip (cr); cairo_surface_set_device_offset (surface, x_offset, y_offset); cairo_set_source_surface (cr, surface, 0, 0);