aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKenny Levinsen <kl@kl.wtf>2024-09-21 00:51:14 +0200
committerAlexander Orzechowski <alex@ozal.ski>2024-09-21 17:50:24 -0400
commitb73f54a966a30c2253818b89fefda16477531c14 (patch)
tree0ca807e0a4c38c107fc6eaedadbfab294283ae1f /include
parentb6da218974d2e0508e7816f707fe0b1f1c97f0d6 (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.h2
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);