Fix warnings in mesh tests
authorNeil Roberts <neil@openedhand.com>
Wed, 12 Nov 2008 10:55:06 +0000 (10:55 +0000)
committerNeil Roberts <neil@openedhand.com>
Wed, 12 Nov 2008 10:55:06 +0000 (10:55 +0000)
commit1fd2156a994f40671f4c451ffa19fbbe66f6457f
treeaff1fae63d887e1308bce7f905649bd0394afce1
parent16897e0729fbc955f01acdb3ecf481243d520397
Fix warnings in mesh tests

* tests/conform/test-mesh-mutability.c (on_paint):
* tests/conform/test-mesh-interleved.c (on_paint):
* tests/conform/test-mesh-contiguous.c (on_paint): Use g_usleep
instead of sleep

* tests/conform/test-mesh-mutability.c (queue_redraw):
* tests/conform/test-mesh-interleved.c (queue_redraw):
* tests/conform/test-mesh-contiguous.c (queue_redraw): Added
missing return statement

* clutter/cogl/cogl-mesh.h: Add a declaration for
cogl_mesh_submit

* clutter/cogl/common/cogl-mesh.c (cogl_mesh_submit): Move the
documentation to cogl-mesh.h to match the rest of the functions
ChangeLog
clutter/cogl/cogl-mesh.h
clutter/cogl/common/cogl-mesh.c
tests/conform/test-mesh-contiguous.c
tests/conform/test-mesh-interleved.c
tests/conform/test-mesh-mutability.c