From 84c06419bcafec74e04323cebba2d78d91ba9b68 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Mon, 21 Feb 2022 20:23:49 +0100 Subject: 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. --- FL/win32.H | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'FL') 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); -- cgit v1.2.3