Modify the waiting loop of the ivi configuration listener
[apps/agl-service-windowmanager-2017.git] / src / layers.hpp
index 0603d24..63650b4 100644 (file)
@@ -52,11 +52,14 @@ struct layer {
    // Specify a role prefix for surfaces that should be
    // put on this layer.
    std::string role;
-   // XXX perhaps a zorder is needed here?
+   // TODO: perhaps a zorder is needed here?
    std::vector<struct split_layout> layouts;
-   // XXX need to change the way we store these things...
+
    mutable struct LayoutState state;
 
+  // Flag of normal layout only
+   bool is_normal_layout_only;
+
    explicit layer(nlohmann::json const &j);
 
    json to_json() const;