From 699cca8ff4367c15ea0cda1b5750c68eac174816 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Thu, 15 Sep 2022 15:01:12 +0200 Subject: Make Fl::set_color(r,g,b,a) effective under Wayland and macOS. --- src/Fl_Graphics_Driver.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Fl_Graphics_Driver.cxx') diff --git a/src/Fl_Graphics_Driver.cxx b/src/Fl_Graphics_Driver.cxx index 159a76b65..3bec7c2fe 100644 --- a/src/Fl_Graphics_Driver.cxx +++ b/src/Fl_Graphics_Driver.cxx @@ -45,6 +45,7 @@ Fl_Graphics_Driver::Fl_Graphics_Driver() { font_ = 0; size_ = 0; + color_ = FL_BLACK; sptr=0; rstackptr=0; rstack[0] = NULL; fl_clip_state_number=0; -- cgit v1.2.3