From e04a3734e7280d2557a072b02dd1d2441cbfc744 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Fri, 20 Sep 2002 19:59:45 +0000 Subject: 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 --- test/editor.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test') 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 $". // -- cgit v1.2.3