~ubuntu-branches/ubuntu/jaunty/libgdiplus/jaunty-updates

« back to all changes in this revision

Viewing changes to cairo/src/cairo-clip-private.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2007-05-17 13:38:42 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20070517133842-t8b8d4lxmhb3vnp0
Tags: 1.2.4-1ubuntu1
* Sync with Debian:
  + debian/control:
    - Add sparc to archs
    - Set Maintainer field...

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
 
39
39
#include "cairo-path-fixed-private.h"
40
40
 
 
41
extern cairo_private const cairo_rectangle_list_t _cairo_rectangles_nil;
 
42
 
41
43
struct _cairo_clip_path {
42
44
    unsigned int        ref_count;
43
45
    cairo_path_fixed_t  path;
124
126
                       cairo_fixed_t  tx,
125
127
                       cairo_fixed_t  ty);
126
128
 
 
129
cairo_private cairo_rectangle_list_t*
 
130
_cairo_clip_copy_rectangle_list (cairo_clip_t *clip, cairo_gstate_t *gstate);
 
131
 
127
132
#endif /* CAIRO_CLIP_PRIVATE_H */