diff options
author | Rosen Penev <rosenp@gmail.com> | 2020-08-10 00:05:45 -0700 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2020-08-10 15:34:28 -0700 |
commit | dc74b11e34bb96c49fbb0268b298ad2dd7a5e755 (patch) | |
tree | e1aed1efb0fb5e1e72aa8fd9656c80a166853155 /utils/lcd4linux/patches | |
parent | 11c4323665df0e4d03ce2d843f0a52401f0e0a8e (diff) |
lcd4linux: fix compilation with GCC 10
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'utils/lcd4linux/patches')
-rw-r--r-- | utils/lcd4linux/patches/171-allow-to-specify-drv_generic_graphic_real_clear.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/lcd4linux/patches/171-allow-to-specify-drv_generic_graphic_real_clear.patch b/utils/lcd4linux/patches/171-allow-to-specify-drv_generic_graphic_real_clear.patch index 5a2664307..109f11e0b 100644 --- a/utils/lcd4linux/patches/171-allow-to-specify-drv_generic_graphic_real_clear.patch +++ b/utils/lcd4linux/patches/171-allow-to-specify-drv_generic_graphic_real_clear.patch @@ -38,7 +38,7 @@ 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 */ -+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 */ extern RGBA drv_generic_graphic_rgb(const int row, const int col); |