aboutsummaryrefslogtreecommitdiff
path: root/include/wlr
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2023-03-06 16:01:57 +0100
committerAlexander Orzechowski <alex@ozal.ski>2023-06-08 18:47:46 +0000
commit6e635d2fd3a1949b9b795d6d30f9454da25e1fec (patch)
tree2d64879411b5e740d10087467f70b02f943b3e56 /include/wlr
parent70c1a5724814d2f786f7d3a0e55a05f11af14029 (diff)
gamma-control-v1: add wlr_gamma_control_manager_v1_get_control()
Diffstat (limited to 'include/wlr')
-rw-r--r--include/wlr/types/wlr_gamma_control_v1.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/wlr/types/wlr_gamma_control_v1.h b/include/wlr/types/wlr_gamma_control_v1.h
index 3d2a4382..fa08586a 100644
--- a/include/wlr/types/wlr_gamma_control_v1.h
+++ b/include/wlr/types/wlr_gamma_control_v1.h
@@ -39,5 +39,7 @@ struct wlr_gamma_control_v1 {
struct wlr_gamma_control_manager_v1 *wlr_gamma_control_manager_v1_create(
struct wl_display *display);
+struct wlr_gamma_control_v1 *wlr_gamma_control_manager_v1_get_control(
+ struct wlr_gamma_control_manager_v1 *manager, struct wlr_output *output);
#endif