summaryrefslogtreecommitdiff
path: root/src/c_fl_screen.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_screen.h
parentba1719013e5bab82a2accb4aadfd8451c3ebc931 (diff)
Changed reinterpret_cast to static_cast where applicable
Diffstat (limited to 'src/c_fl_screen.h')
-rw-r--r--src/c_fl_screen.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/c_fl_screen.h b/src/c_fl_screen.h
index 37f7924..9b4d4ec 100644
--- a/src/c_fl_screen.h
+++ b/src/c_fl_screen.h
@@ -8,8 +8,6 @@
#define FL_SCREEN_GUARD
-
-
extern "C" int fl_screen_x();
extern "C" int fl_screen_y();
extern "C" int fl_screen_w();
@@ -37,3 +35,4 @@ extern "C" void fl_screen_xywh4(int &x, int &y, int &w, int &h, int px, int py,
#endif
+