From 446989277ad276e9820e54ea1fb4ed550b93e998 Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Mon, 10 Feb 2025 22:50:09 +1300 Subject: Filled holes in Enumerations and FLTK (Screen) APIs --- body/c_fl_screen.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'body/c_fl_screen.cpp') diff --git a/body/c_fl_screen.cpp b/body/c_fl_screen.cpp index 88550bd..d0e8019 100644 --- a/body/c_fl_screen.cpp +++ b/body/c_fl_screen.cpp @@ -8,6 +8,15 @@ #include "c_fl_screen.h" + + +void fl_screen_display(const char * v) { + Fl::display(v); +} + + + + int fl_screen_x() { return Fl::x(); } -- cgit