summaryrefslogtreecommitdiff
path: root/src/drivers/Wayland/Fl_Wayland_Graphics_Driver.H
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2023-09-18 13:06:13 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2023-09-18 13:06:13 +0200
commita26e12590c5c6a977a36fd04b1465843b0e42797 (patch)
tree776cc221b925676c5af6cc4e19b9fb137798613b /src/drivers/Wayland/Fl_Wayland_Graphics_Driver.H
parentbe07e5448f54fbd84c5299cbadfd097d1ce893db (diff)
Step back commit 8248183 that's unsatisfactory while resizing windows
Diffstat (limited to 'src/drivers/Wayland/Fl_Wayland_Graphics_Driver.H')
-rw-r--r--src/drivers/Wayland/Fl_Wayland_Graphics_Driver.H1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/drivers/Wayland/Fl_Wayland_Graphics_Driver.H b/src/drivers/Wayland/Fl_Wayland_Graphics_Driver.H
index b1deee5cb..9991bd99f 100644
--- a/src/drivers/Wayland/Fl_Wayland_Graphics_Driver.H
+++ b/src/drivers/Wayland/Fl_Wayland_Graphics_Driver.H
@@ -51,7 +51,6 @@ public:
struct wl_list buffers; // to list of fl_wld_buffer's from this pool
};
static const uint32_t wld_format;
- static struct wl_shm_pool *pool; // the current pool
void copy_offscreen(int x, int y, int w, int h, Fl_Offscreen osrc, int srcx, int srcy) FL_OVERRIDE;
static struct wld_buffer *create_shm_buffer(int width, int height);
static void buffer_release(struct wld_window *window);