mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
lcd4linux: fix compilation with GCC 10
Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=lcd4linux
|
PKG_NAME:=lcd4linux
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
|
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE_URL:=https://github.com/feckert/lcd4linux
|
PKG_SOURCE_URL:=https://github.com/feckert/lcd4linux
|
||||||
|
|||||||
@@ -38,7 +38,7 @@
|
|||||||
extern void (*drv_generic_graphic_real_blit) (const int row, const int col, const int height, const int width);
|
extern void (*drv_generic_graphic_real_blit) (const int row, const int col, const int height, const int width);
|
||||||
|
|
||||||
+/* these functions can be implemented by the real driver */
|
+/* these functions can be implemented by the real driver */
|
||||||
+void (*drv_generic_graphic_real_clear) (const RGBA rgba);
|
+extern void (*drv_generic_graphic_real_clear) (const RGBA rgba);
|
||||||
+
|
+
|
||||||
/* helper function to get pixel color or gray value */
|
/* helper function to get pixel color or gray value */
|
||||||
extern RGBA drv_generic_graphic_rgb(const int row, const int col);
|
extern RGBA drv_generic_graphic_rgb(const int row, const int col);
|
||||||
|
|||||||
Reference in New Issue
Block a user