aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/config.h')
-rw-r--r--include/sway/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sway/config.h b/include/sway/config.h
index ae6e6750..0031db42 100644
--- a/include/sway/config.h
+++ b/include/sway/config.h
@@ -427,7 +427,7 @@ enum alignment {
427enum xwayland_mode { 427enum xwayland_mode {
428 XWAYLAND_MODE_DISABLED, 428 XWAYLAND_MODE_DISABLED,
429 XWAYLAND_MODE_LAZY, 429 XWAYLAND_MODE_LAZY,
430 XWAYLAND_MODE_IMMEADIATE 430 XWAYLAND_MODE_IMMEDIATE
431}; 431};
432 432
433/** 433/**