summaryrefslogtreecommitdiff
path: root/src/drivers/Wayland/Fl_Wayland_Window_Driver.H
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2023-03-16 10:41:54 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2023-03-16 10:41:54 +0100
commita9fb6a979fbcf31c2405d61ea720879bd5507d02 (patch)
tree94e168052f00c55f749033fc640988a027d36217 /src/drivers/Wayland/Fl_Wayland_Window_Driver.H
parent09b7b4719d2d3211e14203606d824e768611ff73 (diff)
Rename bool variable for better clarity
Diffstat (limited to 'src/drivers/Wayland/Fl_Wayland_Window_Driver.H')
-rw-r--r--src/drivers/Wayland/Fl_Wayland_Window_Driver.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/Wayland/Fl_Wayland_Window_Driver.H b/src/drivers/Wayland/Fl_Wayland_Window_Driver.H
index 1bf85a1c1..59df79f41 100644
--- a/src/drivers/Wayland/Fl_Wayland_Window_Driver.H
+++ b/src/drivers/Wayland/Fl_Wayland_Window_Driver.H
@@ -60,7 +60,7 @@ private:
static bool in_flush; // useful for progressive window drawing
static Fl_Wayland_Plugin *gl_plugin();
Fl_Cursor standard_cursor_; // window's standard custom kind
- void delete_cursor_(struct wld_window *, bool keep_rgb = false);
+ void delete_cursor_(struct wld_window *, bool delete_rgb = true);
struct gl_start_support *gl_start_support_; // for support of gl_start/gl_finish
public:
inline Fl_Cursor standard_cursor() { return standard_cursor_; };