~darkxst/ubuntu/raring/cogl/lp1163025

« back to all changes in this revision

Viewing changes to cogl/cogl-clutter.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:
28
28
#ifndef __COGL_CLUTTER_H__
29
29
#define __COGL_CLUTTER_H__
30
30
 
31
 
G_BEGIN_DECLS
 
31
COGL_BEGIN_DECLS
32
32
 
33
33
#define cogl_clutter_check_extension cogl_clutter_check_extension_CLUTTER
34
34
CoglBool
42
42
void
43
43
cogl_onscreen_clutter_backend_set_size (int width, int height);
44
44
 
45
 
G_END_DECLS
 
45
COGL_END_DECLS
46
46
 
47
47
#endif /* __COGL_CLUTTER_H__ */