summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2016-05-19 16:50:09 +0000
committerManolo Gouy <Manolo>2016-05-19 16:50:09 +0000
commit867e640cb836f4a54141541536222c6304a7d2ed (patch)
tree3e9f5a018e0eb5f3fb87e584c8ce583f358fb7e8 /FL
parentccf3681097763b8246d314d73cfee6dffdddaf86 (diff)
Fix handing of html entities in copied text by Fl_Help_View widget.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11747 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL')
-rw-r--r--FL/Fl_Help_View.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/Fl_Help_View.H b/FL/Fl_Help_View.H
index 30c63587e..ebef81d65 100644
--- a/FL/Fl_Help_View.H
+++ b/FL/Fl_Help_View.H
@@ -275,7 +275,7 @@ public:
int handle(int);
private:
- void hv_draw(const char *t, int x, int y);
+ void hv_draw(const char *t, int x, int y, int entity_extra_length = 0);
char begin_selection();
char extend_selection();
void end_selection(int c=0);