~matttbe/ubuntu/raring/poppler/lp1072129

« back to all changes in this revision

Viewing changes to poppler/CairoRescaleBox.cc

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2012-02-16 15:36:47 UTC
  • mfrom: (1.7.3)
  • Revision ID: package-import@ubuntu.com-20120216153647-9ggk53b3ftsnxfym
Tags: 0.18.4-0ubuntu1
* New upstream version:
  - "evince displays the included PDF without rotation" (lp: #711300)
  - Contents of the page is not displayed while it is OK 
    with xpdf or acroread (lp: #878715)
* debian/control:
  - libpoppler-glib-dev shouldn't depends on libgtk-dev, it stopped using
    gdk and uses cairo directly (lp: #870662)

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 * Author: Jeff Muizelaar, Mozilla Corp.
24
24
 */
25
25
 
 
26
//========================================================================
 
27
//
 
28
// Modified under the Poppler project - http://poppler.freedesktop.org
 
29
//
 
30
// All changes made under the Poppler project to this file are licensed
 
31
// under GPL version 2 or later
 
32
//
 
33
// Copyright (C) 2012 Hib Eris <hib@hiberis.nl>
 
34
//
 
35
// To see a description of the changes please see the Changelog file that
 
36
// came with your tarball or type make ChangeLog if you are building from git
 
37
//
 
38
//========================================================================
 
39
 
26
40
/* This implements a box filter that supports non-integer box sizes */
27
41
 
28
42
#ifdef HAVE_CONFIG_H
347
361
    free (y_coverage);
348
362
    free (temp_buf);
349
363
 
350
 
    return gTrue;
 
364
    return retval;
351
365
}