summaryrefslogtreecommitdiff
path: root/src/Fl_mac.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Fl_mac.cxx')
-rw-r--r--src/Fl_mac.cxx13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/Fl_mac.cxx b/src/Fl_mac.cxx
index 97017ea57..af58c2fe2 100644
--- a/src/Fl_mac.cxx
+++ b/src/Fl_mac.cxx
@@ -115,6 +115,19 @@ extern Fl_Window* fl_xmousewin;
enum { kEventClassFLTK = 'fltk' };
enum { kEventFLTKBreakLoop = 1, kEventFLTKDataReady };
+/* fltk-utf8 placekeepers */
+void fl_reset_spot()
+{
+}
+
+void fl_set_spot(int font, int size, int x, int y, int w, int h)
+{
+}
+
+void fl_set_status(int x, int y, int w, int h)
+{
+}
+
/**
* Mac keyboard lookup table
*/