~peter-pearse/ubuntu/natty/pixman/prop001

« back to all changes in this revision

Viewing changes to pixman/pixman-edge.c

  • Committer: Bazaar Package Importer
  • Author(s): Julien Cristau
  • Date: 2007-11-25 00:41:31 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20071125004131-7qre336ftz7eb95l
Tags: 0.9.6-1
* New upstream release (closes: #452734).
  + 02_no-sse.diff: remove, fix included upstream;
  + 03_fbFetchTransformed_64bit_fix.diff: remove, 64bit issues should be
    fixed too.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
22
22
 * PERFORMANCE OF THIS SOFTWARE.
23
23
 */
 
24
 
 
25
#ifdef HAVE_CONFIG_H
24
26
#include <config.h>
 
27
#endif
 
28
 
25
29
#include <string.h>
26
30
#include "pixman.h"
27
31
#include "pixman-private.h"