diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-03-16 08:04:44 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2022-03-16 08:04:44 +0100 |
| commit | 8bfb0aa75c05eee7134db0b1d48001c11ef7f561 (patch) | |
| tree | e4ce0c8d60daba033a3cad4db34ff042f36d620c /src/drivers/Wayland/Fl_Wayland_Image_Surface_Driver.H | |
| parent | 6235abf79da7c3737980c699c14242cb59840042 (diff) | |
Remove typo in Fl_Wayland_Image_Surface_Driver.H
Diffstat (limited to 'src/drivers/Wayland/Fl_Wayland_Image_Surface_Driver.H')
| -rw-r--r-- | src/drivers/Wayland/Fl_Wayland_Image_Surface_Driver.H | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/drivers/Wayland/Fl_Wayland_Image_Surface_Driver.H b/src/drivers/Wayland/Fl_Wayland_Image_Surface_Driver.H index 66ad51d78..966af9bff 100644 --- a/src/drivers/Wayland/Fl_Wayland_Image_Surface_Driver.H +++ b/src/drivers/Wayland/Fl_Wayland_Image_Surface_Driver.H @@ -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 |
