summaryrefslogtreecommitdiffstats
path: root/source/modes/window.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/modes/window.c')
-rw-r--r--source/modes/window.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/source/modes/window.c b/source/modes/window.c
index 5ac4a8f8..91ad3fc7 100644
--- a/source/modes/window.c
+++ b/source/modes/window.c
@@ -1134,7 +1134,8 @@ Mode window_mode = {.name = "window",
._get_completion = NULL,
._preprocess_input = NULL,
.private_data = NULL,
- .free = NULL};
+ .free = NULL,
+ .type = MODE_TYPE_SWITCHER };
Mode window_mode_cd = {.name = "windowcd",
.cfg_name_key = "display-windowcd",
._init = window_mode_init_cd,
@@ -1147,6 +1148,7 @@ Mode window_mode_cd = {.name = "windowcd",
._get_completion = NULL,
._preprocess_input = NULL,
.private_data = NULL,
- .free = NULL};
+ .free = NULL,
+ .type = MODE_TYPE_SWITCHER };
#endif // WINDOW_MODE