mirror of
https://github.com/FunKey-Project/FunKey-ProdScreens.git
synced 2025-12-13 01:08:50 +01:00
fix missing extern for gcc 10.x
Signed-off-by: Michel-FK <michel.stempin@funkey-project.com>
This commit is contained in:
parent
6040b6aee8
commit
f8e5bc953b
@ -59,7 +59,7 @@ extern TTF_Font *font_title;
|
|||||||
extern TTF_Font *font_info;
|
extern TTF_Font *font_info;
|
||||||
extern SDL_Color bg_color;
|
extern SDL_Color bg_color;
|
||||||
extern SDL_Color text_color;
|
extern SDL_Color text_color;
|
||||||
char *prog_title;
|
extern char *prog_title;
|
||||||
|
|
||||||
|
|
||||||
#endif //__FUNKEY_PROD_SCREENS__
|
#endif //__FUNKEY_PROD_SCREENS__
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user