diff options
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/Fl_Paged_Device.H | 2 | ||||
| -rw-r--r-- | FL/Fl_Table.H | 4 | ||||
| -rw-r--r-- | FL/mac.H | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/FL/Fl_Paged_Device.H b/FL/Fl_Paged_Device.H index 164cf247f..1c33c4e04 100644 --- a/FL/Fl_Paged_Device.H +++ b/FL/Fl_Paged_Device.H @@ -3,7 +3,7 @@ // // Printing support for the Fast Light Tool Kit (FLTK). // -// Copyright 2010 by Bill Spitzak and others. +// Copyright 2010-2016 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this diff --git a/FL/Fl_Table.H b/FL/Fl_Table.H index 62650c3c3..341f878b8 100644 --- a/FL/Fl_Table.H +++ b/FL/Fl_Table.H @@ -966,7 +966,7 @@ public: Fl_Widget::do_callback(); } -#if FL_DOXYGEN +#ifdef FL_DOXYGEN /** The Fl_Widget::when() function is used to set a group of flags, determining when the widget callback is called: @@ -998,7 +998,7 @@ public: void when(Fl_When flags); #endif -#if FL_DOXYGEN +#ifdef FL_DOXYGEN /** Callbacks will be called depending on the setting of Fl_Widget::when(). @@ -3,7 +3,7 @@ // // Mac header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2015 by Bill Spitzak and others. +// Copyright 1998-2016 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this |
