diff options
Diffstat (limited to 'src/fl_overlay_visual.cxx')
| -rw-r--r-- | src/fl_overlay_visual.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fl_overlay_visual.cxx b/src/fl_overlay_visual.cxx index 9832f0860..a014a1b64 100644 --- a/src/fl_overlay_visual.cxx +++ b/src/fl_overlay_visual.cxx @@ -3,7 +3,7 @@ // // X overlay support for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2010 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 @@ -24,7 +24,7 @@ #include <config.h> #if HAVE_OVERLAY #include <FL/Fl.H> -#include <FL/x.H> +#include <FL/platform.H> // SERVER_OVERLAY_VISUALS property element: struct OverlayInfo { |
