summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2022-02-22 19:55:11 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2022-02-22 19:55:11 +0100
commitcdd19336610f310f41bd7ea7b20c6cd55292c5bf (patch)
tree087cc08f4e82b4fc00bebe5391840b1dcac208ca /FL
parent406f2c33f45beff22f868c6af83b1e1c2cee3d9e (diff)
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.
Diffstat (limited to 'FL')
-rw-r--r--FL/x11.H1
1 files changed, 0 insertions, 1 deletions
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