This commit is contained in:
Tert0 2025-06-12 10:58:27 +03:00 committed by GitHub
commit cd0f65aae3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 184 additions and 8 deletions

View file

@ -201,6 +201,7 @@ sway_cmd cmd_workspace;
sway_cmd cmd_workspace_layout;
sway_cmd cmd_ws_auto_back_and_forth;
sway_cmd cmd_xwayland;
sway_cmd cmd_emit;
sway_cmd bar_cmd_bindcode;
sway_cmd bar_cmd_binding_mode_indicator;

View file

@ -61,4 +61,6 @@ const char *sway_wl_output_subpixel_to_string(enum wl_output_subpixel subpixel);
bool sway_set_cloexec(int fd, bool cloexec);
uint32_t sway_get_current_time_msec(void);
#endif