1
0
Fork 0

2007-10-27 Emmanuele Bassi <ebassi@openedhand.com>

* clutter/pango/pangoclutter-render.c: Last usage of guint
	replaced with COGLuint. (Tommi Komulainen)
This commit is contained in:
Emmanuele Bassi 2007-10-27 12:01:51 +00:00
parent 737ac37f27
commit cdb495d49a
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2007-10-27 Emmanuele Bassi <ebassi@openedhand.com>
* clutter/pango/pangoclutter-render.c: Last usage of guint
replaced with COGLuint. (Tommi Komulainen)
2007-10-26 Matthew Allum <mallum@openedhand.com>
* clutter/clutter-texture.c:

View file

@ -49,7 +49,7 @@ typedef struct {
typedef struct tc_texture {
struct tc_texture *next;
guint name;
COGLuint name;
int avail;
} tc_texture;