avoid a warning
authornotaz <notasas@gmail.com>
Sun, 14 Nov 2021 21:37:17 +0000 (23:37 +0200)
committernotaz <notasas@gmail.com>
Sun, 14 Nov 2021 21:37:17 +0000 (23:37 +0200)
gl.h

diff --git a/gl.h b/gl.h
index 8b7d43c..ed1f977 100644 (file)
--- a/gl.h
+++ b/gl.h
@@ -18,7 +18,7 @@ static __inline int gl_init(void *display, void *window, int *quirks)
 {
   return -1;
 }
-static void gl_announce(void)
+static __inline void gl_announce(void)
 {
 }
 static __inline int gl_flip(const void *fb, int w, int h)