diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-09-20 19:59:45 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-09-20 19:59:45 +0000 |
| commit | e04a3734e7280d2557a072b02dd1d2441cbfc744 (patch) | |
| tree | ef261a912e03a9c06a88bc7d47e37980677c9456 /test/editor.cxx | |
| parent | f9f28ad12a1ca65c59bccd78d93df4e48ef8566b (diff) | |
Apply patch from George Garvey to make Fl_Text_Display/Buffer based on
NEdit 5.3...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2631 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test/editor.cxx')
| -rw-r--r-- | test/editor.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/editor.cxx b/test/editor.cxx index 4367f1cf8..3000980b2 100644 --- a/test/editor.cxx +++ b/test/editor.cxx @@ -1,5 +1,5 @@ // -// "$Id: editor.cxx,v 1.2.2.3.2.13 2002/07/14 21:25:39 easysw Exp $" +// "$Id: editor.cxx,v 1.2.2.3.2.14 2002/09/20 19:59:45 easysw Exp $" // // A simple text editor program for the Fast Light Tool Kit (FLTK). // @@ -306,7 +306,7 @@ style_init(void) { // void -style_unfinished_cb() { +style_unfinished_cb(int, void*) { } @@ -762,5 +762,5 @@ int main(int argc, char **argv) { } // -// End of "$Id: editor.cxx,v 1.2.2.3.2.13 2002/07/14 21:25:39 easysw Exp $". +// End of "$Id: editor.cxx,v 1.2.2.3.2.14 2002/09/20 19:59:45 easysw Exp $". // |
