X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=examples-reel%2Fdali-examples-reel.cpp;h=e86f4594b7168951280abb40853a0cb6a38bc2fd;hb=e760c69ee1bf0f3a988ad01941493907f29b0db1;hp=17fc2d7802b3ccb9cec22c8097fbfccf2603b9ae;hpb=76da76d6a52fcb8ae8003691ddde35c384544dc2;p=platform%2Fcore%2Fuifw%2Fdali-demo.git diff --git a/examples-reel/dali-examples-reel.cpp b/examples-reel/dali-examples-reel.cpp index 17fc2d7..e86f459 100644 --- a/examples-reel/dali-examples-reel.cpp +++ b/examples-reel/dali-examples-reel.cpp @@ -52,6 +52,7 @@ int DALI_EXPORT_API main(int argc, char** argv) demo.AddExample(Example("color-transition.example", DALI_DEMO_STR_TITLE_COLOR_TRANSITION)); demo.AddExample(Example("color-visual.example", DALI_DEMO_STR_TITLE_COLOR_VISUAL)); demo.AddExample(Example("deferred-shading.example", DALI_DEMO_STR_TITLE_DEFERRED_SHADING)); + demo.AddExample(Example("direct-rendering.example", DALI_DEMO_STR_TITLE_DIRECT_RENDERING)); demo.AddExample(Example("dissolve-effect.example", DALI_DEMO_STR_TITLE_DISSOLVE_TRANSITION)); demo.AddExample(Example("drag-and-drop.example", DALI_DEMO_STR_TITLE_DRAG_AND_DROP)); demo.AddExample(Example("drawable-actor.example", DALI_DEMO_STR_TITLE_DRAWABLE_ACTOR));