diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2025-06-05 15:56:09 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2025-06-05 15:56:09 +0200 |
| commit | 5293beea6f7b690156c8fc7339f38e174c183a97 (patch) | |
| tree | dfbb9c3550ab0538e227806519348f5ec16f6ddd | |
| parent | 7897bbc04f606417e9d5d91b1cba5aac870e60d9 (diff) | |
Restore building for Linux w/o cairo and w/o xft
| -rw-r--r-- | src/drivers/X11/Fl_X11_Window_Driver.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/drivers/X11/Fl_X11_Window_Driver.cxx b/src/drivers/X11/Fl_X11_Window_Driver.cxx index ee844aa03..65a194484 100644 --- a/src/drivers/X11/Fl_X11_Window_Driver.cxx +++ b/src/drivers/X11/Fl_X11_Window_Driver.cxx @@ -58,7 +58,9 @@ Fl_X11_Window_Driver::Fl_X11_Window_Driver(Fl_Window *win) Fl_X11_Window_Driver::~Fl_X11_Window_Driver() { +#if USE_XFT || FLTK_USE_CAIRO Fl::remove_timeout(resize_after_screen_change, pWindow); +#endif if (shape_data_) { delete shape_data_->effective_bitmap_; delete shape_data_; |
