summaryrefslogtreecommitdiff
path: root/src/c_fl_pixmap.h
diff options
context:
space:
mode:
authorJedidiah Barber <contact@jedbarber.id.au>2025-01-16 14:21:05 +1300
committerJedidiah Barber <contact@jedbarber.id.au>2025-01-16 14:21:05 +1300
commitdbf6f4db24aee7315b2782a87e127367887e2036 (patch)
tree91f5af52dbdf6be9e1f5026bcf354a6455dd411d /src/c_fl_pixmap.h
parentba1719013e5bab82a2accb4aadfd8451c3ebc931 (diff)
Changed reinterpret_cast to static_cast where applicable
Diffstat (limited to 'src/c_fl_pixmap.h')
-rw-r--r--src/c_fl_pixmap.h5
1 files changed, 1 insertions, 4 deletions
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
+