Update programming guide after removing deprecated APIs from Adaptor 66/25866/1
authorRichard Huang <r.huang@samsung.com>
Mon, 11 Aug 2014 11:05:41 +0000 (12:05 +0100)
committerRichard Huang <r.huang@samsung.com>
Mon, 11 Aug 2014 11:05:41 +0000 (12:05 +0100)
Change-Id: I99b6e36e7af12204a7307c5d1f6075e0ff2733d6

docs/content/programming-guide/dali-application.h

index 6912582..99df999 100644 (file)
@@ -122,7 +122,7 @@ Dali provides a Window class to manage drawing to a default surface. It is also
 @code
 void CreateProgram(Application& app)
 {
-  app.GetWindow().ShowIndicator(true);
+  app.GetWindow().ShowIndicator(Dali::Window::VISIBLE);
 }
 
 int main (int argc, char **argv)