aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/wlr/types/wlr_gamma_control_v1.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/wlr/types/wlr_gamma_control_v1.h b/include/wlr/types/wlr_gamma_control_v1.h
index 290a86e9..b247bae3 100644
--- a/include/wlr/types/wlr_gamma_control_v1.h
+++ b/include/wlr/types/wlr_gamma_control_v1.h
@@ -21,6 +21,10 @@ struct wlr_gamma_control_v1 {
struct wlr_output *output;
struct wl_list link;
+ uint16_t *table;
+ size_t ramp_size;
+
+ struct wl_listener output_commit_listener;
struct wl_listener output_destroy_listener;
void *data;