From f3eae58c520a37e93095356de88781df5b831eeb Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Thu, 28 Sep 2023 16:21:31 +0200 Subject: Draw parent window backdrop on Fl_Tabs (#718) --- FL/Fl_Window.H | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'FL') 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(); -- cgit v1.2.3