Revert "Patch to block dim window creation to reduce memory foot print" 92/22492/1
authorJi-hoon Lee <dalton.lee@samsung.com>
Mon, 10 Feb 2014 06:29:51 +0000 (15:29 +0900)
committershoum.chen@samsung.com <shoum.chen@samsung.com>
Wed, 4 Jun 2014 21:59:07 +0000 (17:59 -0400)
This reverts commit c5ee33fa3f9d43ff493d19e009f424ab2e130b3f.

Change-Id: If265ec3dcf6769dfcba6783cb9ca16d791642fd0

scl/scluibuilder.cpp

index 121a793..15bf49e 100644 (file)
@@ -125,8 +125,7 @@ CSCLUIBuilder::init(sclwindow parent)
         /* Creates the dim window */
         /* FIXME */
         //if (scl_check_arrindex(defaultLayoutIdx, MAX_LAYOUT)) {
-        /* FIXME:Dim window creation should be blocked by setting dim_ise_window_flag to false in default_configure.xml*/
-        //m_gwes->m_windows->create_dim_window(window, NULL, sclres_layout[layout].width, sclres_layout[layout].height);
+        m_gwes->m_windows->create_dim_window(window, NULL, sclres_layout[layout].width, sclres_layout[layout].height);
 
         /* m_gwes->m_events->set_touch_event_offset(scl_default_configure.touch_offset);*/
         /*Moved to Show Layout*/