diff --git a/clutter/clutter-actor.c b/clutter/clutter-actor.c index 8586901a4..ac6b5a175 100644 --- a/clutter/clutter-actor.c +++ b/clutter/clutter-actor.c @@ -109,6 +109,10 @@ * FIXME: MISSING XINCLUDE CONTENT * * + *
+ * Actors + * + *
* * * diff --git a/doc/reference/clutter/Makefile.am b/doc/reference/clutter/Makefile.am index c4588e21d..f6c4ae80b 100644 --- a/doc/reference/clutter/Makefile.am +++ b/doc/reference/clutter/Makefile.am @@ -137,7 +137,8 @@ HTML_IMAGES=\ flow-layout-horizontal.png \ flow-layout-vertical.png \ path-alpha-func.png \ - offscreen-redirect.png + offscreen-redirect.png \ + test-actor.png # Extra SGML files that are included by $(DOC_MAIN_SGML_FILE). # e.g. content_files=running.sgml building.sgml changes-2.0.sgml @@ -191,4 +192,5 @@ EXTRA_DIST += \ flow-layout-horizontal.png \ flow-layout-vertical.png \ path-alpha-func.png \ - offscreen-redirect.png + offscreen-redirect.png \ + test-actor.png diff --git a/doc/reference/clutter/test-actor.png b/doc/reference/clutter/test-actor.png new file mode 100644 index 000000000..73ded6777 Binary files /dev/null and b/doc/reference/clutter/test-actor.png differ