summaryrefslogtreecommitdiff
path: root/src/drivers/Quartz/Fl_Quartz_Graphics_Driver.H
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-08-30 07:58:16 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-08-30 07:58:16 +0200
commit95c851fda10d5305082619dc977f63aa5df0929b (patch)
treebcae487be80a33839f01ef388890764e09e04060 /src/drivers/Quartz/Fl_Quartz_Graphics_Driver.H
parent510f71151325da461af7bc49a3c42b25598ee99f (diff)
Set Fl_Graphics_Driver::set_color(Fl_Color, unsigned) used by macOS, Wayland and display-cairo.
Diffstat (limited to 'src/drivers/Quartz/Fl_Quartz_Graphics_Driver.H')
-rw-r--r--src/drivers/Quartz/Fl_Quartz_Graphics_Driver.H1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/drivers/Quartz/Fl_Quartz_Graphics_Driver.H b/src/drivers/Quartz/Fl_Quartz_Graphics_Driver.H
index b073d633a..945ba4a78 100644
--- a/src/drivers/Quartz/Fl_Quartz_Graphics_Driver.H
+++ b/src/drivers/Quartz/Fl_Quartz_Graphics_Driver.H
@@ -116,7 +116,6 @@ protected:
void pie(int x, int y, int w, int h, double a1, double a2);
void line_style(int style, int width=0, char* dashes=0);
void color(Fl_Color c);
- void set_color(Fl_Color i, unsigned int c);
Fl_Color color() { return color_; }
void color(uchar r, uchar g, uchar b);
void draw(const char *str, int n, int x, int y);