summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDerek Foreman <derek.foreman@collabora.com>2022-07-20 10:24:47 -0500
committerDaniel Stone <daniels@collabora.com>2023-01-10 12:12:49 +0000
commit0e71aff8eab3b5e6891ef37260863b13ed9a9d4e (patch)
tree04f37fd43e4958a910a1904db7c89072e497d617 /include
parentf5e9904d4ab9a728e023a14d6f2c52c96cdc4b47 (diff)
downloadweston-0e71aff8eab3b5e6891ef37260863b13ed9a9d4e.tar.gz
libweston: Make weston_head_set_device_changed public
Some backends have special head specific state that doesn't fit into the existing generic head setter functions, and is too specific to make more functions for. RDP's primary output flag is an example. Signed-off-by: Derek Foreman <derek.foreman@collabora.com>
Diffstat (limited to 'include')
-rw-r--r--include/libweston/libweston.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/libweston/libweston.h b/include/libweston/libweston.h
index f3f3e85c..3087235c 100644
--- a/include/libweston/libweston.h
+++ b/include/libweston/libweston.h
@@ -2234,6 +2234,9 @@ bool
weston_head_is_non_desktop(struct weston_head *head);
void
+weston_head_set_device_changed(struct weston_head *head);
+
+void
weston_head_reset_device_changed(struct weston_head *head);
const char *