diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2015-04-04 15:06:30 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2015-04-04 15:06:30 +0000 |
| commit | c4b0a2f3bfb5f844ef5ed02fa6f8e72096f23776 (patch) | |
| tree | 08074b9f9c9c6f8d80ac4ac8d6bc8fa5d029df3a /fluid/CodeEditor.h | |
| parent | 326b64d278cc990e2d03ee3fb9b18dd3a630a82b (diff) | |
Tricking Fl_Text_Display into using bearable colors for CodeView in Fluid.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10672 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/CodeEditor.h')
| -rw-r--r-- | fluid/CodeEditor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fluid/CodeEditor.h b/fluid/CodeEditor.h index 946c5d707..66e3b207a 100644 --- a/fluid/CodeEditor.h +++ b/fluid/CodeEditor.h @@ -71,6 +71,7 @@ class CodeViewer : public CodeEditor { protected: int handle(int ev) { return Fl_Text_Display::handle(ev); } + void draw(); }; #endif // !CodeEditor_h |
