summaryrefslogtreecommitdiff
path: root/src/examples
diff options
context:
space:
mode:
authorJean-Philippe Andre <jp.andre@samsung.com>2016-01-14 12:18:53 +0900
committerJean-Philippe Andre <jp.andre@samsung.com>2016-01-14 12:18:53 +0900
commit5a4bdaac2d5c26d8ec19cb15d05cc1d29d760022 (patch)
treec9d82ce002af4253bf7897ba7b8b52a340641d27 /src/examples
parent8b00eb1dd1241290025e041973f6c8748b3e8fe4 (diff)
downloadefl-5a4bdaac2d5c26d8ec19cb15d05cc1d29d760022.tar.gz
Evas 3d example: Print message for usage
Diffstat (limited to 'src/examples')
-rw-r--r--src/examples/evas/evas-3d-hull.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/examples/evas/evas-3d-hull.c b/src/examples/evas/evas-3d-hull.c
index 2333f9efbf..31748dc2e6 100644
--- a/src/examples/evas/evas-3d-hull.c
+++ b/src/examples/evas/evas-3d-hull.c
@@ -453,6 +453,8 @@ main(void)
if (!ecore_evas_init()) return 0;
+ printf("Loading 3d meshes. Press Left or Right to switch between models.\n");
+
ecore_evas = ecore_evas_new(NULL, 10, 10, WIDTH, HEIGHT, NULL);
if (!ecore_evas) return 0;