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:
parent
737ac37f27
commit
cdb495d49a
@ -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:
|
||||
|
@ -49,7 +49,7 @@ typedef struct {
|
||||
|
||||
typedef struct tc_texture {
|
||||
struct tc_texture *next;
|
||||
guint name;
|
||||
COGLuint name;
|
||||
int avail;
|
||||
} tc_texture;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user