From a7ce38905269f1ea86c409d77f297c9c11526486 Mon Sep 17 00:00:00 2001 From: Matthew Allum Date: Thu, 5 Jun 2008 12:05:19 +0000 Subject: [PATCH] 2008-06-05 Matthew Allum * clutter/glx/clutter-glx-texture-pixmap.h: Actually export clutter_glx_texture_pixmap_using_extension () --- ChangeLog | 5 +++++ clutter/glx/clutter-glx-texture-pixmap.h | 2 ++ 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 19fdc2966..602ed73d0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-06-05 Matthew Allum + + * clutter/glx/clutter-glx-texture-pixmap.h: + Actually export clutter_glx_texture_pixmap_using_extension () + 2008-06-05 Chris Lord * clutter/clutter-entry.c: diff --git a/clutter/glx/clutter-glx-texture-pixmap.h b/clutter/glx/clutter-glx-texture-pixmap.h index 963820df5..0b9023e0c 100644 --- a/clutter/glx/clutter-glx-texture-pixmap.h +++ b/clutter/glx/clutter-glx-texture-pixmap.h @@ -63,6 +63,8 @@ ClutterActor * clutter_glx_texture_pixmap_new (void); ClutterActor * clutter_glx_texture_pixmap_new_with_pixmap (Pixmap pixmap); +gboolean clutter_glx_texture_pixmap_using_extension (ClutterGLXTexturePixmap *texture); + G_END_DECLS #endif