diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2024-09-21 00:51:14 +0200 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2024-09-21 00:51:14 +0200 |
| commit | 67b6ce0f4bc394b371424e8504d873207b831105 (patch) | |
| tree | 0ca807e0a4c38c107fc6eaedadbfab294283ae1f /include | |
| parent | 20cf956bbf2aef401762ac71812aba9d995970ef (diff) | |
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.
Diffstat (limited to 'include')
| -rw-r--r-- | include/sway/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sway/config.h b/include/sway/config.h index 3cd59722..71721393 100644 --- a/include/sway/config.h +++ b/include/sway/config.h @@ -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); |
