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