summaryrefslogtreecommitdiffstats
path: root/src/wayland.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/wayland.hpp')
-rw-r--r--src/wayland.hpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/wayland.hpp b/src/wayland.hpp
index ea23ebb..3b81e15 100644
--- a/src/wayland.hpp
+++ b/src/wayland.hpp
@@ -137,13 +137,13 @@ struct controller_child {
};
struct surface_properties {
- uint32_t id; // let's just save an ID here too
- struct rect dst_rect;
- struct rect src_rect;
- struct size size;
- int32_t orientation;
- int32_t visibility;
- float opacity;
+ uint32_t id; // let's just save an ID here too
+ struct rect dst_rect;
+ struct rect src_rect;
+ struct size size;
+ int32_t orientation;
+ int32_t visibility;
+ float opacity;
};
// __