summaryrefslogtreecommitdiffstats
path: root/src/layers.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/layers.hpp')
-rw-r--r--src/layers.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/layers.hpp b/src/layers.hpp
index ec24a74..aed39c8 100644
--- a/src/layers.hpp
+++ b/src/layers.hpp
@@ -26,8 +26,8 @@ struct surface_id_to_layer {
}
};
-// Actually, we shouldn't need a struct here ... but let's just keep it at that for now,
-// to contain its mapping type and the _single_ useful method.
+// Actually, we shouldn't need a struct here ... but let's just keep it at that
+// for now, to contain its mapping type and the _single_ useful method.
struct surface_id_to_layer_map {
typedef std::set<struct surface_id_to_layer> surface_to_layer_map_type;
typedef std::vector<unsigned int> layers_type;