summaryrefslogtreecommitdiff
path: root/FL/Fl_Window.H
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2023-09-28 16:21:31 +0200
committerMatthias Melcher <github@matthiasm.com>2023-09-29 14:12:39 +0200
commitf3eae58c520a37e93095356de88781df5b831eeb (patch)
treeae5527fcc6f93d667a51c972268034c5f2657f9c /FL/Fl_Window.H
parentff0a3a9d59ecc6acecdebfd44250746a786636b6 (diff)
Draw parent window backdrop on Fl_Tabs (#718)
Diffstat (limited to 'FL/Fl_Window.H')
-rw-r--r--FL/Fl_Window.H3
1 files changed, 2 insertions, 1 deletions
diff --git a/FL/Fl_Window.H b/FL/Fl_Window.H
index fdcdc2930..f51199975 100644
--- a/FL/Fl_Window.H
+++ b/FL/Fl_Window.H
@@ -587,8 +587,9 @@ public:
virtual class Fl_Double_Window *as_double_window() {return 0L;}
void shape(const Fl_Image* img);
- void shape(const Fl_Image& b) ;
+ void shape(const Fl_Image& b);
const Fl_Image *shape();
+ void draw_backdrop();
int screen_num();
void screen_num(int screen_num);
static bool is_a_rescale();