From 0d8385a652441440d8fa2db15bd40d4d5cf4e734 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Mon, 12 Oct 2020 21:05:27 +0200 Subject: Simpler macOS implementation of capture of window titlebars. --- src/drivers/Quartz/Fl_Quartz_Copy_Surface_Driver.H | 1 - 1 file changed, 1 deletion(-) (limited to 'src/drivers/Quartz/Fl_Quartz_Copy_Surface_Driver.H') diff --git a/src/drivers/Quartz/Fl_Quartz_Copy_Surface_Driver.H b/src/drivers/Quartz/Fl_Quartz_Copy_Surface_Driver.H index e97304fe3..6aab63978 100644 --- a/src/drivers/Quartz/Fl_Quartz_Copy_Surface_Driver.H +++ b/src/drivers/Quartz/Fl_Quartz_Copy_Surface_Driver.H @@ -33,7 +33,6 @@ protected: void set_current(); void translate(int x, int y); void untranslate(); - virtual void draw_decorated_window(Fl_Window *win, int x_offset, int y_offset); }; #endif /* Fl_Quartz_Copy_Surface_Driver_H */ -- cgit v1.2.3