diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2022-02-21 20:23:49 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2022-02-21 20:38:33 +0100 |
| commit | 84c06419bcafec74e04323cebba2d78d91ba9b68 (patch) | |
| tree | 95603369ec7bdc51bcfb146c1d0c9145fe0e306b /FL | |
| parent | 570a05a33c9dc42a16caa5a1a11cf34d4df1c1f9 (diff) | |
Remove obsolete/disabled "boxcheat" code
Windows platform: Remove comments about obsolete code and one
exported declaration of the variable 'fl_background_pixel' which
is used only on the X11 platform.
X11 platform: Remove comments.
Other platforms: not affected.
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/win32.H | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/FL/win32.H b/FL/win32.H index 018928d0b..8ff136cb3 100644 --- a/FL/win32.H +++ b/FL/win32.H @@ -1,7 +1,7 @@ // -// Windows system header file for the Fast Light Tool Kit (FLTK). +// Windows platform header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2018 by Bill Spitzak and others. +// Copyright 1998-2022 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 @@ -41,7 +41,6 @@ typedef HWND Window; extern FL_EXPORT UINT fl_wake_msg; extern FL_EXPORT char fl_override_redirect; // hack into Fl_Window::make_xid() -extern FL_EXPORT int fl_background_pixel; // hack into Fl_Window::make_xid() extern FL_EXPORT HPALETTE fl_palette; // non-zero only on 8-bit displays! extern void fl_release_dc(HWND w, HDC dc); extern FL_EXPORT void fl_save_dc( HWND w, HDC dc); |
