diff src/libmlk-core/core/texture.h @ 421:3edda1ce314c

core: remove mlk_ prefix for now
author David Demelier <markand@malikania.fr>
date Thu, 13 Oct 2022 20:56:42 +0200
parents 1b4e61bdb9ab
children
line wrap: on
line diff
--- a/src/libmlk-core/core/texture.h	Wed Oct 12 15:26:12 2022 +0200
+++ b/src/libmlk-core/core/texture.h	Thu Oct 13 20:56:42 2022 +0200
@@ -38,7 +38,7 @@
 
 CORE_BEGIN_DECLS
 
-enum mlk_err
+int
 texture_new(struct texture *, unsigned int, unsigned int);
 
 int