From c720aae51515907ae82ee02df80bd084f291d4b1 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Tue, 15 Mar 2022 06:42:06 +0100 Subject: Make hybrid Wayland/X11 platform. --- FL/Fl_Device.H | 2 ++ 1 file changed, 2 insertions(+) (limited to 'FL/Fl_Device.H') diff --git a/FL/Fl_Device.H b/FL/Fl_Device.H index 93b3836a9..757aa6581 100644 --- a/FL/Fl_Device.H +++ b/FL/Fl_Device.H @@ -28,6 +28,7 @@ class Fl_Graphics_Driver; class Fl_RGB_Image; class Fl_Widget; +class Fl_Image_Surface; /** A drawing surface that's susceptible to receive graphical output. @@ -91,6 +92,7 @@ public: } /** \brief The destructor. */ virtual ~Fl_Surface_Device(); + virtual Fl_Image_Surface *as_image_surface(); static void push_current(Fl_Surface_Device *new_current); static Fl_Surface_Device *pop_current(); }; -- cgit v1.2.3