diff options
Diffstat (limited to 'include/sway')
-rw-r--r-- | include/sway/commands.h | 3 | ||||
-rw-r--r-- | include/sway/tree/view.h | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/include/sway/commands.h b/include/sway/commands.h index 2f6d31b1..6606775a 100644 --- a/include/sway/commands.h +++ b/include/sway/commands.h @@ -39,9 +39,8 @@ struct cmd_results { }; enum expected_args { - EXPECTED_MORE_THAN, EXPECTED_AT_LEAST, - EXPECTED_LESS_THAN, + EXPECTED_AT_MOST, EXPECTED_EQUAL_TO }; diff --git a/include/sway/tree/view.h b/include/sway/tree/view.h index a8fa1660..0240f294 100644 --- a/include/sway/tree/view.h +++ b/include/sway/tree/view.h @@ -227,7 +227,6 @@ struct sway_view_child { struct wl_listener surface_map; struct wl_listener surface_unmap; struct wl_listener surface_destroy; - struct wl_listener view_unmap; }; struct sway_xdg_popup_v6 { |