docs: Update the actor example image
authorEmmanuele Bassi <ebassi@linux.intel.com>
Wed, 29 Feb 2012 15:05:44 +0000 (15:05 +0000)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Wed, 29 Feb 2012 15:20:58 +0000 (15:20 +0000)
clutter/clutter-actor.c
doc/reference/clutter/Makefile.am
doc/reference/clutter/actor-example.png [new file with mode: 0644]
doc/reference/clutter/test-actor.png [deleted file]

index 3d8ce79..eb838ae 100644 (file)
  *   <xi:fallback>FIXME: MISSING XINCLUDE CONTENT</xi:fallback>
  * </xi:include>
  *   </programlisting></informalexample>
- *   <figure id="bin-layout">
+ *   <figure id="actor-example-image">
  *     <title>Actors</title>
- *     <graphic fileref="test-actor.png" format="PNG"/>
+ *     <graphic fileref="actor-example.png" format="PNG"/>
  *   </figure>
  * </refsect2>
  *
index 679f6cb..3219137 100644 (file)
@@ -117,6 +117,7 @@ EXTRA_HFILES = \
 # e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png
 HTML_IMAGES = \
        actor-box.png \
+       actor-example.png \
        animator-key-frames.png \
        bin-layout.png \
        box-layout.png \
@@ -126,8 +127,7 @@ HTML_IMAGES = \
        flow-layout-horizontal.png \
        flow-layout-vertical.png \
        path-alpha-func.png \
-       offscreen-redirect.png \
-       test-actor.png
+       offscreen-redirect.png
 
 # SVG used to generate the images above
 SVG_IMAGES = \
diff --git a/doc/reference/clutter/actor-example.png b/doc/reference/clutter/actor-example.png
new file mode 100644 (file)
index 0000000..fa42044
Binary files /dev/null and b/doc/reference/clutter/actor-example.png differ
diff --git a/doc/reference/clutter/test-actor.png b/doc/reference/clutter/test-actor.png
deleted file mode 100644 (file)
index 73ded67..0000000
Binary files a/doc/reference/clutter/test-actor.png and /dev/null differ