diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2018-01-31 21:17:17 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2018-01-31 21:17:17 +0000 |
| commit | 42d8aba117e360890f8c3520a5ee380315a9c98f (patch) | |
| tree | 583563bb0f2b10b42d5278f8a7b5058e72a7e6f5 /FL | |
| parent | cc595ce4edb86965b70e385e62d54efbb8ba5b8f (diff) | |
Replace FL/x.H with FL/platform.H - step 2 (STR #3435).
This second step replaces FL/x.H with FL/platform.H in all source files.
Dependencies have been adjusted as well.
This commit completes the replacement of FL/x.H with FL/platform.H.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12641 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/Fl.H | 4 | ||||
| -rw-r--r-- | FL/mac.H | 8 | ||||
| -rw-r--r-- | FL/porting.H | 8 | ||||
| -rw-r--r-- | FL/win32.H | 6 |
4 files changed, 13 insertions, 13 deletions
@@ -3,7 +3,7 @@ // // Main header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2016 by Bill Spitzak and others. +// Copyright 1998-2018 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 @@ -1084,7 +1084,7 @@ int main() { /** \defgroup fl_drawings Drawing functions FLTK global graphics and GUI drawing functions. These functions are declared in <FL/fl_draw.H>, - and in <FL/x.H> for offscreen buffer-related ones. + and in <FL/platform.H> for offscreen buffer-related ones. @{ */ // <Hack to re-order the 'Drawing functions' group> /** @} */ @@ -3,7 +3,7 @@ // // Mac header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2017 by Bill Spitzak and others. +// Copyright 1998-2018 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 @@ -16,13 +16,13 @@ // http://www.fltk.org/str.php // -// Do not directly include this file, instead use <FL/x.H>. It will +// Do not directly include this file, instead use <FL/platform.H>. It will // include this file if "__APPLE__" is defined. This is to encourage // portability of even the system-specific code... #ifndef FL_DOXYGEN #if !defined(Fl_X_H) -# error "Never use <FL/mac.H> directly; include <FL/x.H> instead." +# error "Never use <FL/mac.H> directly; include <FL/platform.H> instead." #endif // !Fl_X_H #ifdef __OBJC__ @@ -109,7 +109,7 @@ extern CGContextRef fl_gc; */ /** \defgroup group_macosx Mac OS X-specific symbols - Mac OS X-specific symbols declared in <FL/x.H> or <FL/gl.h> + Mac OS X-specific symbols declared in <FL/platform.H> or <FL/gl.h> \sa \ref osissues_macos @{ */ diff --git a/FL/porting.H b/FL/porting.H index 3cb08a1f1..2590cb1d4 100644 --- a/FL/porting.H +++ b/FL/porting.H @@ -3,7 +3,7 @@ // // Template header file for the Fast Light Tool Kit (FLTK). // -// Copyright 2016 by Bill Spitzak and others. +// Copyright 2016-2018 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 @@ -16,13 +16,13 @@ // http://www.fltk.org/str.php // -// Do not directly include this file, instead use <FL/x.H>. +// Do not directly include this file, instead use <FL/platform.H>. // These types and variables give access to internal, platform-specific data through the public API. -// They require to include x.H (in contrast to types defined in platform_types.h) +// They require to include platform.H (in contrast to types defined in platform_types.h) #if !defined(Fl_X_H) -# error "Never use <FL/porting.H> directly; include <FL/x.H> instead." +# error "Never use <FL/porting.H> directly; include <FL/platform.H> instead." #endif // !Fl_X_H typedef void *Window; // used by fl_find(), fl_xid() and class Fl_X diff --git a/FL/win32.H b/FL/win32.H index 06a9ef881..45ca5e3dd 100644 --- a/FL/win32.H +++ b/FL/win32.H @@ -3,7 +3,7 @@ // // WIN32 header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2016 by Bill Spitzak and others. +// Copyright 1998-2018 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 @@ -16,13 +16,13 @@ // http://www.fltk.org/str.php // -// Do not directly include this file, instead use <FL/x.H>. It will +// Do not directly include this file, instead use <FL/platform.H>. It will // include this file if WIN32 is defined. This is to encourage // portability of even the system-specific code... #ifndef FL_DOXYGEN #ifndef Fl_X_H -# error "Never use <FL/win32.H> directly; include <FL/x.H> instead." +# error "Never use <FL/win32.H> directly; include <FL/platform.H> instead." #endif // !Fl_X_H #include <windows.h> |
