aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar taiyu <taiyu.len@gmail.com>2015-08-20 05:06:22 -0700
committerLibravatar taiyu <taiyu.len@gmail.com>2015-08-20 05:06:22 -0700
commitf5fde7c45c04b02406eabc34cbb4248189c6a26e (patch)
tree120cbb51e8e16346743b9408e17452ab5e81d0e2 /include
parentsmall fix, default width/height 0 (diff)
downloadsway-f5fde7c45c04b02406eabc34cbb4248189c6a26e.tar.gz
sway-f5fde7c45c04b02406eabc34cbb4248189c6a26e.tar.zst
sway-f5fde7c45c04b02406eabc34cbb4248189c6a26e.zip
style
Diffstat (limited to 'include')
-rw-r--r--include/container.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/container.h b/include/container.h
index 4f1877e3..bd92058d 100644
--- a/include/container.h
+++ b/include/container.h
@@ -11,7 +11,7 @@ enum swayc_types{
11 C_WORKSPACE, 11 C_WORKSPACE,
12 C_CONTAINER, 12 C_CONTAINER,
13 C_VIEW, 13 C_VIEW,
14 //Keep last 14 // Keep last
15 C_TYPES, 15 C_TYPES,
16}; 16};
17 17
@@ -22,7 +22,7 @@ enum swayc_layouts{
22 L_STACKED, 22 L_STACKED,
23 L_TABBED, 23 L_TABBED,
24 L_FLOATING, 24 L_FLOATING,
25 //Keep last 25 // Keep last
26 L_LAYOUTS, 26 L_LAYOUTS,
27}; 27};
28 28