Remove typo in Fl_Wayland_Image_Surface_Driver.H

This commit is contained in:
ManoloFLTK 2022-03-16 08:04:44 +01:00
parent 6235abf79d
commit 8bfb0aa75c

View File

@ -25,11 +25,10 @@ class Fl_Wayland_Image_Surface_Driver : public Fl_Image_Surface_Driver {
public:
Fl_Wayland_Image_Surface_Driver(int w, int h, int high_res, Fl_Offscreen off);
~Fl_Wayland_Image_Surface_Driver();
void set_current();
void end_current();
void translate(int x, int y);
void untranslate();
Fl_RGB_Image *image();
virtual void set_current();
virtual void translate(int x, int y);
virtual void untranslate();
virtual Fl_RGB_Image *image();
};
#endif // FL_WAYLAND_IMAGE_SURFACE_DRIVER_H