From dbf6f4db24aee7315b2782a87e127367887e2036 Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Thu, 16 Jan 2025 14:21:05 +1300 Subject: Changed reinterpret_cast to static_cast where applicable --- src/c_fl_pixmap.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/c_fl_pixmap.h') diff --git a/src/c_fl_pixmap.h b/src/c_fl_pixmap.h index aa3be59..ceba284 100644 --- a/src/c_fl_pixmap.h +++ b/src/c_fl_pixmap.h @@ -8,13 +8,9 @@ #define FL_PIXMAP_GUARD - - typedef void* PIXMAP; - - extern "C" void free_fl_pixmap(PIXMAP b); extern "C" PIXMAP fl_pixmap_copy(PIXMAP b, int w, int h); extern "C" PIXMAP fl_pixmap_copy2(PIXMAP b); @@ -33,3 +29,4 @@ extern "C" void fl_pixmap_draw(PIXMAP b, int x, int y, int w, int h, int cx, int #endif + -- cgit