aboutsummaryrefslogtreecommitdiffstats
path: root/src/layers.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/layers.hpp')
-rw-r--r--src/layers.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/layers.hpp b/src/layers.hpp
index 63650b4..eda6f6f 100644
--- a/src/layers.hpp
+++ b/src/layers.hpp
@@ -48,7 +48,7 @@ struct layer {
// the actual value is computed using MAX + 1 - w
// That is; allow us to specify dimensions dependent on
// e.g. screen dimension, w/o knowing the actual screen size.
- genivi::rect rect;
+ compositor::rect rect;
// Specify a role prefix for surfaces that should be
// put on this layer.
std::string role;