diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2003-07-18 05:53:21 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2003-07-18 05:53:21 +0000 |
| commit | 4042047358c4a9ebb8f61007ec27c7f66fd0a79e (patch) | |
| tree | 586cc59db657251c68e9bb3b32dbdac132c65b2b /src/fl_draw.cxx | |
| parent | 91721061895a16fea93a866061e632c8a6556088 (diff) | |
updated documentation and Fl_Dial. STR #101, 94, 99
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3049 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/fl_draw.cxx')
| -rw-r--r-- | src/fl_draw.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fl_draw.cxx b/src/fl_draw.cxx index 3ecddec8f..54e82074a 100644 --- a/src/fl_draw.cxx +++ b/src/fl_draw.cxx @@ -1,5 +1,5 @@ // -// "$Id: fl_draw.cxx,v 1.6.2.4.2.14 2003/06/15 04:13:17 easysw Exp $" +// "$Id: fl_draw.cxx,v 1.6.2.4.2.15 2003/07/18 05:53:21 matthiaswm Exp $" // // Label drawing code for the Fast Light Tool Kit (FLTK). // @@ -44,7 +44,7 @@ char fl_draw_shortcut; // set by fl_labeltypes.cxx static char* underline_at; // Copy p to buf, replacing unprintable characters with ^X and \nnn -// Stop at a newline of if MAXBUF characters written to buffer. +// Stop at a newline or if MAXBUF characters written to buffer. // Also word-wrap if width exceeds maxw. // Returns a pointer to the start of the next line of caharcters. // Sets n to the number of characters put into the buffer. @@ -325,5 +325,5 @@ void fl_measure(const char* str, int& w, int& h, int draw_symbols) { } // -// End of "$Id: fl_draw.cxx,v 1.6.2.4.2.14 2003/06/15 04:13:17 easysw Exp $". +// End of "$Id: fl_draw.cxx,v 1.6.2.4.2.15 2003/07/18 05:53:21 matthiaswm Exp $". // |
