patch libgfxbitmap to work with modern L4Re

This commit is contained in:
2025-09-12 15:25:00 +02:00
parent a10ff4fc79
commit 2485d65d66
2 changed files with 4 additions and 4 deletions

View File

@@ -29,7 +29,7 @@
* \ingroup api_gfxbitmap
*/
EXTERN_C_BEGIN
L4_BEGIN_DECLS
/**
* \name Param macros for bmap_*
*
@@ -159,4 +159,4 @@ gfxbitmap_copy(l4_uint8_t *dest, l4_uint8_t *src, l4re_video_view_info_t *vi,
int x, int y, int w, int h, int dx, int dy);
/*@}*/
EXTERN_C_END
L4_END_DECLS

View File

@@ -37,7 +37,7 @@
*/
enum { GFXBITMAP_USE_STRLEN = ~0U };
EXTERN_C_BEGIN
L4_BEGIN_DECLS
/** \brief Font */
typedef void *gfxbitmap_font_t;
@@ -129,5 +129,5 @@ gfxbitmap_font_text_scale(void *fb, l4re_video_view_info_t *vi,
unsigned x, unsigned y,
gfxbitmap_color_pix_t fg, gfxbitmap_color_pix_t bg,
int scale_x, int scale_y);
EXTERN_C_END
L4_END_DECLS
/*@}*/