From b26d944e588f95ce503f50314aed13c6dc0a8aef Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Fri, 20 Apr 2018 09:21:31 +0000 Subject: [PATCH] Document the transition from FL/x.H to FL/platform.H. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@12864 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/src/osissues.dox | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/documentation/src/osissues.dox b/documentation/src/osissues.dox index baa00f112..fe51f7ceb 100644 --- a/documentation/src/osissues.dox +++ b/documentation/src/osissues.dox @@ -17,9 +17,17 @@ specific interfaces must include the following header file: #include \endcode -Despite the name, this header file will define the -appropriate interface for your environment. The pages that -follow describe the functionality that is provided for each +Despite the name, this header file will define the appropriate interface +for your environment. + +\note This header file name "x.H" is changed in FLTK 1.4.0 to the better + name "platform.H". FLTK 1.3.5 now has a compatibility header file + FL/platform.H that includes FL/x.H to help you move to FLTK 1.4.0. + If your code is targeted at FLTK 1.3.5 or higher you can safely + change it to include FL/platform.H instead. FLTK 1.4.x will keep the + file "x.H" for a few releases for backwards compatibility. + +The pages that follow describe the functionality that is provided for each operating system.