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.
This commit is contained in:
Albrecht Schlosser
2022-02-22 19:55:11 +01:00
parent 406f2c33f4
commit cdd1933661
3 changed files with 35 additions and 8 deletions
-1
View File
@@ -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