summaryrefslogtreecommitdiff
path: root/FL/porting.H
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2018-01-31 21:17:17 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2018-01-31 21:17:17 +0000
commit42d8aba117e360890f8c3520a5ee380315a9c98f (patch)
tree583563bb0f2b10b42d5278f8a7b5058e72a7e6f5 /FL/porting.H
parentcc595ce4edb86965b70e385e62d54efbb8ba5b8f (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/porting.H')
-rw-r--r--FL/porting.H8
1 files changed, 4 insertions, 4 deletions
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