2008-06-05 Matthew Allum <mallum@openedhand.com>

* clutter/glx/clutter-glx-texture-pixmap.h:
        Actually export clutter_glx_texture_pixmap_using_extension ()
This commit is contained in:
Matthew Allum 2008-06-05 12:05:19 +00:00
parent 036c8393a6
commit a7ce389052
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2008-06-05 Matthew Allum <mallum@openedhand.com>
* clutter/glx/clutter-glx-texture-pixmap.h:
Actually export clutter_glx_texture_pixmap_using_extension ()
2008-06-05 Chris Lord <chris@openedhand.com> 2008-06-05 Chris Lord <chris@openedhand.com>
* clutter/clutter-entry.c: * clutter/clutter-entry.c:

View File

@ -63,6 +63,8 @@ ClutterActor * clutter_glx_texture_pixmap_new (void);
ClutterActor * clutter_glx_texture_pixmap_new_with_pixmap (Pixmap pixmap); ClutterActor * clutter_glx_texture_pixmap_new_with_pixmap (Pixmap pixmap);
gboolean clutter_glx_texture_pixmap_using_extension (ClutterGLXTexturePixmap *texture);
G_END_DECLS G_END_DECLS
#endif #endif