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 /src/Fl_Gl_Choice.cxx | |
| 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 'src/Fl_Gl_Choice.cxx')
| -rw-r--r-- | src/Fl_Gl_Choice.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Fl_Gl_Choice.cxx b/src/Fl_Gl_Choice.cxx index 7af80398a..c1707cd5e 100644 --- a/src/Fl_Gl_Choice.cxx +++ b/src/Fl_Gl_Choice.cxx @@ -3,7 +3,7 @@ // // OpenGL visual selection code 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 @@ -122,7 +122,7 @@ void Fl_Cocoa_Gl_Window_Driver::delete_gl_context(GLContext context) { #endif // FL_CFG_GFX_QUARTZ #ifdef FL_CFG_GFX_GDI -# include <FL/x.H> +# include <FL/platform.H> # include <FL/Fl_Graphics_Driver.H> #include "drivers/WinAPI/Fl_WinAPI_Window_Driver.H" extern void fl_save_dc(HWND, HDC); @@ -219,7 +219,7 @@ void Fl_WinAPI_Gl_Window_Driver::delete_gl_context(GLContext context) { #endif // FL_CFG_GFX_GDI #ifdef FL_CFG_GFX_XLIB -# include <FL/x.H> +# include <FL/platform.H> Fl_Gl_Choice *Fl_X11_Gl_Window_Driver::find(int m, const int *alistp) { |
