summaryrefslogtreecommitdiff
path: root/FL/Fl.H
diff options
context:
space:
mode:
Diffstat (limited to 'FL/Fl.H')
-rw-r--r--FL/Fl.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/Fl.H b/FL/Fl.H
index 1d27bd3bb..10c038688 100644
--- a/FL/Fl.H
+++ b/FL/Fl.H
@@ -147,7 +147,7 @@ public: // should be private!
#ifdef __APPLE__
static int marked_text_length(void); // returns length of marked text
static void reset_marked_text(); // resets marked text
- static void insertion_point_location(int x, int y); // sets window coordinates of insertion point
+ static void insertion_point_location(int x, int y, int height); // sets window coordinates & height of insertion point
#endif
#endif
/**