From 846bda7510984209cd9284981fa408d4ddb74c22 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 28 Jan 2024 00:27:41 +0100 Subject: nvidia wayland: support hardware cursor plane --- include/color_conversion.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/color_conversion.h b/include/color_conversion.h index 738cba5..d84d548 100644 --- a/include/color_conversion.h +++ b/include/color_conversion.h @@ -37,6 +37,6 @@ typedef struct { int gsr_color_conversion_init(gsr_color_conversion *self, const gsr_color_conversion_params *params); void gsr_color_conversion_deinit(gsr_color_conversion *self); -int gsr_color_conversion_draw(gsr_color_conversion *self, unsigned int texture_id, vec2i source_pos, vec2i source_size, vec2i texture_pos, vec2i texture_size, float rotation); +int gsr_color_conversion_draw(gsr_color_conversion *self, unsigned int texture_id, vec2i source_pos, vec2i source_size, vec2i texture_pos, vec2i texture_size, float rotation, bool external_texture); #endif /* GSR_COLOR_CONVERSION_H */ -- cgit v1.2.3