diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-01-28 00:27:41 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-01-28 00:27:41 +0100 |
commit | 846bda7510984209cd9284981fa408d4ddb74c22 (patch) | |
tree | 1cb73c17d069d73e64aed554fb4b2e81d44d7925 /src/window_texture.c | |
parent | 540ad510f6bd479d678e0b3e0896dc5d112c4016 (diff) |
nvidia wayland: support hardware cursor plane
Diffstat (limited to 'src/window_texture.c')
-rw-r--r-- | src/window_texture.c | 2 |
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 +} |