X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Flayers.hpp;h=43b10714106d252d4c0bd88e5490ae7783468197;hb=e890bc6f1880c8b8a439692ea85c2f3992b99c15;hp=268936bf211e6ab4a46bf133619ef1cbf093612f;hpb=0b1d9ca2550bdb877d065a74e4debcc95c4e7b98;p=apps%2Fagl-service-windowmanager-2017.git diff --git a/src/layers.hpp b/src/layers.hpp index 268936b..43b1071 100644 --- a/src/layers.hpp +++ b/src/layers.hpp @@ -25,7 +25,7 @@ #include "layout.hpp" #include "result.hpp" -#include "wayland.hpp" +#include "wayland_ivi_wm.hpp" namespace wm { @@ -73,10 +73,6 @@ struct layer_map { using role_to_layer_map = std::vector>; using addsurf_layer_map = std::map; - // XXX: we also will need a layer_id to layer map, perhaps - // make this the primary map, and the surface_id->layer a - // secondary map. - storage_type mapping; // map surface_id to layer layers_type layers; // the actual layer IDs we have int main_surface;