aboutsummaryrefslogtreecommitdiff
path: root/src/window_texture.c
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 /src/window_texture.c
parent540ad510f6bd479d678e0b3e0896dc5d112c4016 (diff)
nvidia wayland: support hardware cursor plane
Diffstat (limited to 'src/window_texture.c')
-rw-r--r--src/window_texture.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window_texture.c b/src/window_texture.c
index 7448323..0f4aa2c 100644
--- a/src/window_texture.c
+++ b/src/window_texture.c
@@ -120,4 +120,4 @@ int window_texture_on_resize(WindowTexture *self) {
unsigned int window_texture_get_opengl_texture_id(WindowTexture *self) {
return self->texture_id;
-} \ No newline at end of file
+}