summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
Diffstat (limited to 'FL')
-rw-r--r--FL/Fl_Text_Display.H1
1 files changed, 1 insertions, 0 deletions
diff --git a/FL/Fl_Text_Display.H b/FL/Fl_Text_Display.H
index 21f0d63d8..1d5b51193 100644
--- a/FL/Fl_Text_Display.H
+++ b/FL/Fl_Text_Display.H
@@ -124,6 +124,7 @@ public:
WRAP_AT_BOUNDS /**< wrap text so that it fits into the widget width */
};
+ friend int fl_text_drag_prepare(int pos, int key, Fl_Text_Display* d);
friend void fl_text_drag_me(int pos, Fl_Text_Display* d);
typedef void (*Unfinished_Style_Cb)(int, void *);