aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-01-28 00:27:41 +0100
committerdec05eba <dec05eba@protonmail.com>2024-01-28 00:27:41 +0100
commit846bda7510984209cd9284981fa408d4ddb74c22 (patch)
tree1cb73c17d069d73e64aed554fb4b2e81d44d7925 /include
parent540ad510f6bd479d678e0b3e0896dc5d112c4016 (diff)
nvidia wayland: support hardware cursor plane
Diffstat (limited to 'include')
-rw-r--r--include/color_conversion.h2
1 files changed, 1 insertions, 1 deletions
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 */