desktop/output: Expose request_modeset

We remove the struct sway_server argument for consistency with the rest
of our internal APIs which rely on the global server instance.
This commit is contained in:
Kenny Levinsen 2024-09-21 00:51:14 +02:00 committed by Alexander Orzechowski
parent b6da218974
commit b73f54a966
2 changed files with 10 additions and 10 deletions

View file

@ -704,6 +704,8 @@ struct output_config *find_output_config(struct sway_output *output);
void free_output_config(struct output_config *oc);
void request_modeset(void);
bool spawn_swaybg(void);
int workspace_output_cmp_workspace(const void *a, const void *b);