diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2024-04-26 16:53:08 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2024-04-26 16:53:08 +0200 |
| commit | 02373a9dea876e5346e623bcff8a06af4bccccb9 (patch) | |
| tree | 453147535a954275c6193d76435b5af4c7dc620b /src/drivers/X11/Fl_X11_Window_Driver.H | |
| parent | e8fa4922641568b0e5972885a19c71887c8ff5d2 (diff) | |
X11: fix capture of window decoration under xfce
Diffstat (limited to 'src/drivers/X11/Fl_X11_Window_Driver.H')
| -rw-r--r-- | src/drivers/X11/Fl_X11_Window_Driver.H | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/drivers/X11/Fl_X11_Window_Driver.H b/src/drivers/X11/Fl_X11_Window_Driver.H index 06c2d89e3..c0efb30e9 100644 --- a/src/drivers/X11/Fl_X11_Window_Driver.H +++ b/src/drivers/X11/Fl_X11_Window_Driver.H @@ -2,7 +2,7 @@ // Definition of X11 window driver // for the Fast Light Tool Kit (FLTK). // -// Copyright 2010-2022 by Bill Spitzak and others. +// Copyright 2010-2024 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 @@ -77,7 +77,7 @@ private: #if FLTK_USE_CAIRO cairo_t *cairo_; #endif // FLTK_USE_CAIRO - void decorated_win_size(int &w, int &h); + bool decorated_win_size(int &w, int &h); void combine_mask(); void shape_bitmap_(Fl_Image* b); void shape_alpha_(Fl_Image* img, int offset) FL_OVERRIDE; |
