aboutsummaryrefslogtreecommitdiffstats
path: root/sway/criteria.c
diff options
context:
space:
mode:
authorLibravatar Pascal Pascher <pascalpascher@gmx.net>2018-07-25 13:43:21 +0200
committerLibravatar Pascal Pascher <pascalpascher@gmx.net>2018-07-25 13:43:21 +0200
commit384c55c0b465d6b9a9c4cb88d8752435ac5cf708 (patch)
treec5398c9383e2900a6197ef0e1ff0c3969cd3cfbf /sway/criteria.c
parentreverted includes of "sway/config.h" and replaced with "config.h" from meson ... (diff)
downloadsway-384c55c0b465d6b9a9c4cb88d8752435ac5cf708.tar.gz
sway-384c55c0b465d6b9a9c4cb88d8752435ac5cf708.tar.zst
sway-384c55c0b465d6b9a9c4cb88d8752435ac5cf708.zip
more style fixes, reorder config.h include
Diffstat (limited to 'sway/criteria.c')
-rw-r--r--sway/criteria.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sway/criteria.c b/sway/criteria.c
index 48899125..39d300ea 100644
--- a/sway/criteria.c
+++ b/sway/criteria.c
@@ -270,9 +270,9 @@ enum criteria_token {
270 T_CON_ID, 270 T_CON_ID,
271 T_CON_MARK, 271 T_CON_MARK,
272 T_FLOATING, 272 T_FLOATING,
273 #ifdef HAVE_XWAYLAND 273#ifdef HAVE_XWAYLAND
274 T_ID, 274 T_ID,
275 #endif 275#endif
276 T_INSTANCE, 276 T_INSTANCE,
277 T_SHELL, 277 T_SHELL,
278 T_TILING, 278 T_TILING,