diff options
Diffstat (limited to 'body/c_fl_screen.cpp')
-rw-r--r-- | body/c_fl_screen.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
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(); } |