mirror of
https://github.com/swaywm/sway.git
synced 2025-04-03 02:47:46 +03:00
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:
parent
b6da218974
commit
b73f54a966
2 changed files with 10 additions and 10 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue