summaryrefslogtreecommitdiff
path: root/FL/Fl.H
diff options
context:
space:
mode:
Diffstat (limited to 'FL/Fl.H')
-rw-r--r--FL/Fl.H7
1 files changed, 5 insertions, 2 deletions
diff --git a/FL/Fl.H b/FL/Fl.H
index 3c887b665..37ec2ca13 100644
--- a/FL/Fl.H
+++ b/FL/Fl.H
@@ -146,8 +146,11 @@ public:
static Fl_Screen_Driver *screen_driver();
static Fl_System_Driver *system_driver();
- static void reset_marked_text(); // resets marked text
- static void insertion_point_location(int x, int y, int height); // sets window coordinates & height of insertion point
+#ifdef __APPLE__ // deprecated in 1.4 - only for compatibility with 1.3
+ static void reset_marked_text();
+ static void insertion_point_location(int x, int y, int height);
+#endif
+
/** Get the box shadow width of all "shadow" boxtypes in pixels.
\since 1.4.0