Remove unused headers
[apps/agl-service-windowmanager.git] / src / request.hpp
index ded2c02..6b2bda1 100644 (file)
@@ -30,6 +30,13 @@ enum Task
     TASK_INVALID
 };
 
+enum TaskVisible
+{
+    VISIBLE,
+    INVISIBLE,
+    NO_CHANGE
+};
+
 struct WMTrigger
 {
     std::string appid;
@@ -43,7 +50,7 @@ struct WMAction
     std::string appid;
     std::string role;
     std::string area;
-    bool visible;
+    TaskVisible visible;
     bool end_draw_finished;
 };