mirror of
https://github.com/brl/mutter.git
synced 2024-11-23 08:30:42 -05:00
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>
|
2007-10-26 Matthew Allum <mallum@openedhand.com>
|
||||||
|
|
||||||
* clutter/clutter-texture.c:
|
* clutter/clutter-texture.c:
|
||||||
|
@ -49,7 +49,7 @@ typedef struct {
|
|||||||
|
|
||||||
typedef struct tc_texture {
|
typedef struct tc_texture {
|
||||||
struct tc_texture *next;
|
struct tc_texture *next;
|
||||||
guint name;
|
COGLuint name;
|
||||||
int avail;
|
int avail;
|
||||||
} tc_texture;
|
} tc_texture;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user