aboutsummaryrefslogtreecommitdiff
path: root/sway/layout.h
diff options
context:
space:
mode:
authorJose Diez <jose.manuel.diez@gmail.com>2015-08-10 22:49:05 +0200
committerJose Diez <jose.manuel.diez@gmail.com>2015-08-10 22:50:26 +0200
commit8f19faf6e7b681640c0c247d11bf72bab9315633 (patch)
tree86378ac75f004db9837e249f7d86f33b59cf62cf /sway/layout.h
parentd8f364a8460aa28cd0e859bfa1e84e37b7bdf6ef (diff)
layout: fixed tabs
Diffstat (limited to 'sway/layout.h')
-rw-r--r--sway/layout.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/layout.h b/sway/layout.h
index c4b193c8..8cafe0d2 100644
--- a/sway/layout.h
+++ b/sway/layout.h
@@ -31,7 +31,7 @@ struct sway_container {
bool visible;
- int weight;
+ int weight;
char *name;