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

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