From cdd19336610f310f41bd7ea7b20c6cd55292c5bf Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Tue, 22 Feb 2022 19:55:11 +0100 Subject: X11: Disable "boxcheat" hack For details see comment in src/Fl_x.cxx: this "Hack to speed up bg box drawing" is now disabled for several reasons. The code is still available if the macro ENABLE_BOXCHEAT is defined. --- FL/x11.H | 1 - 1 file changed, 1 deletion(-) (limited to 'FL') diff --git a/FL/x11.H b/FL/x11.H index 576b8f1bd..6dcb972e5 100644 --- a/FL/x11.H +++ b/FL/x11.H @@ -85,7 +85,6 @@ private: extern FL_EXPORT Fl_XFont_On_Demand fl_xfont; extern FL_EXPORT char fl_override_redirect; // hack into Fl_X::make_xid() -extern FL_EXPORT int fl_background_pixel; // hack into Fl_X::make_xid() #endif // FL_LIBRARY || FL_INTERNALS -- cgit v1.2.3