diff options
author | dec05eba <dec05eba@protonmail.com> | 2023-01-07 00:38:05 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2023-01-07 00:43:19 +0100 |
commit | bf6fbea73681387617d4afc28d71b5b6fea96b77 (patch) | |
tree | 61a4d2ef1e35b06f203d51ea94669c1836dce99a /src/window_texture.c | |
parent | 5948233a0f5fc82be4621189e674581166903182 (diff) |
Add info about audio names to readme file
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 d30ef61..72a2474 100644 --- a/src/window_texture.c +++ b/src/window_texture.c @@ -121,4 +121,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 |