1
0
Fork 0
This commit is contained in:
Iain Holmes 2006-06-23 18:18:56 +00:00
parent e2a6630817
commit 8692008027
2 changed files with 5 additions and 1 deletions

View file

@ -14,6 +14,10 @@
* clutter/clutter-video-texture.c: (clutter_video_texture_new): * clutter/clutter-video-texture.c: (clutter_video_texture_new):
Small fix for video playback on Big Endian. See #97 Small fix for video playback on Big Endian. See #97
2006-06-23 Iain Holmes <iain@openedhand.com>
* clutter/clutter-texture.h: Add space :) Sorry.
2006-06-23 Iain Holmes <iain@openedhand.com> 2006-06-23 Iain Holmes <iain@openedhand.com>
* clutter/clutter-label.h: * clutter/clutter-label.h:

View file

@ -85,7 +85,7 @@ void clutter_texture_set_pixbuf (ClutterTexture *texture, GdkPixbuf *pixbuf);
GdkPixbuf *clutter_texture_get_pixbuf (ClutterTexture* texture); GdkPixbuf *clutter_texture_get_pixbuf (ClutterTexture* texture);
voidclutter_texture_get_base_size (ClutterTexture *texture, void clutter_texture_get_base_size (ClutterTexture *texture,
gint *width, gint *width,
gint *height); gint *height);