mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-06 23:28:04 -04:00
avoid a warning
This commit is contained in:
parent
c668921a45
commit
a8b4c53d77
1 changed files with 1 additions and 1 deletions
2
gl.h
2
gl.h
|
@ -18,7 +18,7 @@ static __inline int gl_init(void *display, void *window, int *quirks)
|
||||||
{
|
{
|
||||||
return -1;
|
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)
|
static __inline int gl_flip(const void *fb, int w, int h)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue