summaryrefslogtreecommitdiff
path: root/demo
diff options
context:
space:
mode:
authorXiangyin Ma <x1.ma@samsung.com>2015-12-17 17:12:05 +0000
committerXiangyin Ma <x1.ma@samsung.com>2016-04-13 05:40:02 -0700
commita03fb7a1433ab0379fa348eead802295d6a69fd1 (patch)
tree4afa34ff26498456580e3fa70f95b6f2bf6fd4ae /demo
parent77bb81b94c59d605969796730a1e31bc36333b7f (diff)
downloaddali-demo-a03fb7a1433ab0379fa348eead802295d6a69fd1.tar.gz
dali-demo-a03fb7a1433ab0379fa348eead802295d6a69fd1.tar.bz2
dali-demo-a03fb7a1433ab0379fa348eead802295d6a69fd1.zip
Added EffectsView Demo
Change-Id: I604b3ae944c17d33a5ecaa5296966865e2eecd69
Diffstat (limited to 'demo')
-rw-r--r--demo/dali-demo.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/demo/dali-demo.cpp b/demo/dali-demo.cpp
index 5f89db7c..8eed8646 100644
--- a/demo/dali-demo.cpp
+++ b/demo/dali-demo.cpp
@@ -74,6 +74,7 @@ int main(int argc, char **argv)
demo.AddExample(Example("image-view-svg.example", DALI_DEMO_STR_TITLE_IMAGE_VIEW_SVG));
demo.AddExample(Example("super-blur-bloom.example", DALI_DEMO_STR_TITLE_SUPER_BLUR_BLOOM));
demo.AddExample(Example("tilt.example", DALI_DEMO_STR_TITLE_TILT_SENSOR));
+ demo.AddExample(Example("effects-view.example", DALI_DEMO_STR_TITLE_EFFECTS_VIEW));
demo.SortAlphabetically( true );