This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository www-content.
View the commit online.
commit 3aa7dbb02531fa4310534e67681e223c03b23c27
Author: Vincent Torri <vincent.to...@gmail.com>
AuthorDate: Thu Jul 27 05:12:08 2023 -0700
Wiki page effects changed with summary [fix output] by Vincent Torri
---
pages/develop/legacy/tutorial/gl2d/effects.txt | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/pages/develop/legacy/tutorial/gl2d/effects.txt b/pages/develop/legacy/tutorial/gl2d/effects.txt
index ce086a032..87e72b5d2 100644
--- a/pages/develop/legacy/tutorial/gl2d/effects.txt
+++ b/pages/develop/legacy/tutorial/gl2d/effects.txt
@@ -1,5 +1,7 @@
~~Title: Implementing Effects - GL 2D Tutorial~~
-//**__previous page__: **//[[/develop/legacy/tutorial/gl2d/widget_interaction|Implementing Widget Interaction]]
+
+//**previous page:**// [[/develop/legacy/tutorial/gl2d/widget_interaction|Implementing Widget Interaction]]
+
==== Implementing Effects ====
Create a button that resets the scene by putting the background color to black
@@ -50,4 +52,5 @@ static void btn_reset_cb(void *data, Evas_Object *obj, void *event_info)
}
</code>
\\
-//**__The whole code__: **//{{ code_c/tutorial/gl2d/gl_2d.c }}
+
+//**The whole code:**// {{ code_c/tutorial/gl2d/gl_2d.c }}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.