From 8692008027d267f839fdf821712c509b418f7b48 Mon Sep 17 00:00:00 2001 From: Iain Holmes Date: Fri, 23 Jun 2006 18:18:56 +0000 Subject: [PATCH] Fix typo --- ChangeLog | 4 ++++ clutter/clutter-texture.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 44c6a4012..bd5c27837 100644 --- a/ChangeLog +++ b/ChangeLog @@ -14,6 +14,10 @@ * clutter/clutter-video-texture.c: (clutter_video_texture_new): Small fix for video playback on Big Endian. See #97 +2006-06-23 Iain Holmes + + * clutter/clutter-texture.h: Add space :) Sorry. + 2006-06-23 Iain Holmes * clutter/clutter-label.h: diff --git a/clutter/clutter-texture.h b/clutter/clutter-texture.h index 0257def27..10ae83e9d 100644 --- a/clutter/clutter-texture.h +++ b/clutter/clutter-texture.h @@ -85,7 +85,7 @@ void clutter_texture_set_pixbuf (ClutterTexture *texture, GdkPixbuf *pixbuf); 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 *height);