diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2011-09-27 17:00:35 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2011-09-27 17:00:35 +0000 |
| commit | 4a7eb9cb0c9653d85af7beae820db398c89bd233 (patch) | |
| tree | 5c8eb571ecc9c9f9c045c300c72a4c907b10dc9b /documentation | |
| parent | e76a22d6c0f47e3d1c1ce30656657fc27571adfb (diff) | |
STR 2683: calling show_cursor() before a text buffer is assigned to an Fl_Text_Diisplay deos not crash any longer.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9064 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/Doxyfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/Doxyfile b/documentation/Doxyfile index 1d9b06846..6472c7833 100644 --- a/documentation/Doxyfile +++ b/documentation/Doxyfile @@ -1282,7 +1282,7 @@ TAGFILES = # When a file name is specified after GENERATE_TAGFILE, doxygen will create # a tag file that is based on the input files it reads. -GENERATE_TAGFILE = +GENERATE_TAGFILE = fltk.tags # If the ALLEXTERNALS tag is set to YES all external classes will be listed # in the class index. If set to NO only the inherited external classes |
