Fix typo
This commit is contained in:
parent
e2a6630817
commit
8692008027
@ -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:
|
||||||
|
@ -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);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user