summaryrefslogtreecommitdiff
path: root/src/drivers/Wayland/Fl_Wayland_Graphics_Driver.H
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-03-31 10:35:50 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-03-31 10:36:01 +0200
commitd9a6ec88e47b9c3c7993018f4f2be13d55b8fca2 (patch)
treef0c68938623020dd949369f944b7469a9101c28e /src/drivers/Wayland/Fl_Wayland_Graphics_Driver.H
parenta638f5a545817365897bc7892999b74d3ef83e34 (diff)
Add support of Fl_Region to the Cairo graphics driver
and remove it from the Wayland graphics driver.
Diffstat (limited to 'src/drivers/Wayland/Fl_Wayland_Graphics_Driver.H')
-rw-r--r--src/drivers/Wayland/Fl_Wayland_Graphics_Driver.H4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/drivers/Wayland/Fl_Wayland_Graphics_Driver.H b/src/drivers/Wayland/Fl_Wayland_Graphics_Driver.H
index 379db286f..c2d5f9554 100644
--- a/src/drivers/Wayland/Fl_Wayland_Graphics_Driver.H
+++ b/src/drivers/Wayland/Fl_Wayland_Graphics_Driver.H
@@ -77,10 +77,6 @@ public:
Fl_Wayland_Graphics_Driver();
static const uint32_t wld_format;
void activate(struct fl_wld_buffer *buffer, float scale);
- void clip_region(Fl_Region r);
- Fl_Region XRectangleRegion(int x, int y, int w, int h);
- void add_rectangle_to_region(Fl_Region r, int X, int Y, int W, int H);
- void XDestroyRegion(Fl_Region r);
void set_color(Fl_Color i, unsigned c);
void copy_offscreen(int x, int y, int w, int h, Fl_Offscreen osrc, int srcx, int srcy);
static struct fl_wld_buffer *create_shm_buffer(int width, int height);