Bug Fix : set source rectangle x, y is not 0
[apps/agl-service-windowmanager.git] / src / app.hpp
index c46512f..2fe4383 100644 (file)
@@ -291,7 +291,8 @@ struct App
     void lm_enddraw(const char *drawing_name);
 
   private:
-    std::unique_ptr<wm::AppList> app_list;
+    //std::unique_ptr<wm::AppList> app_list;
+    //AppList *app_list;
 };
 
 } // namespace wm