~noskcaj/ubuntu/trusty/cogl/1.16.2

« back to all changes in this revision

Viewing changes to cogl/cogl-atlas.h

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha, Jeremy Bicha, Rico Tzschichholz
  • Date: 2013-02-26 16:43:25 UTC
  • mfrom: (1.1.10)
  • Revision ID: package-import@ubuntu.com-20130226164325-t4z9rylpa20v0p6q
Tags: 1.13.4-0ubuntu1
[ Jeremy Bicha ]
* New upstream release
  - soname bump
* debian/control.in:
  - Bump minimum glib to 2.32
  - Drop obsolete breaks/replaces
  - Bump libclutter-1.0-dev breaks for soname transition
* debian/libcogl-dev.install:
  - Add some missing files

[ Rico Tzschichholz ]
* debian/control.in:
  - Build-depend on libxrandr-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
                    const CoglRectangleMapEntry *rectangle);
76
76
 
77
77
CoglTexture *
78
 
_cogl_atlas_copy_rectangle (CoglAtlas        *atlas,
79
 
                            unsigned int      x,
80
 
                            unsigned int      y,
81
 
                            unsigned int      width,
82
 
                            unsigned int      height,
83
 
                            CoglTextureFlags  flags,
84
 
                            CoglPixelFormat   format);
 
78
_cogl_atlas_copy_rectangle (CoglAtlas *atlas,
 
79
                            int x,
 
80
                            int y,
 
81
                            int width,
 
82
                            int height,
 
83
                            CoglTextureFlags flags,
 
84
                            CoglPixelFormat format);
85
85
 
86
86
void
87
87
_cogl_atlas_add_reorganize_callback (CoglAtlas            *atlas,