notaz.gp2x.de
/
libpicofe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c668921
)
avoid a warning
author
notaz
<notasas@gmail.com>
Sun, 14 Nov 2021 21:37:17 +0000
(23:37 +0200)
committer
notaz
<notasas@gmail.com>
Sun, 14 Nov 2021 21:37:17 +0000
(23:37 +0200)
gl.h
patch
|
blob
|
blame
|
history
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)