diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2021-05-28 13:29:05 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2021-05-28 13:30:59 +0200 |
| commit | d95dd7acc4af3a4bd521d151ba3576b91d8ace53 (patch) | |
| tree | cda2a4e0b87730f5357cb01bc7e3a8e035d739dc /src/drivers/Quartz | |
| parent | 47ba6632b1be5ab7f28726735fc7789916191ca7 (diff) | |
New virtual member function Fl_Graphics_Driver::colored_rectf().
Diffstat (limited to 'src/drivers/Quartz')
| -rw-r--r-- | src/drivers/Quartz/Fl_Quartz_Graphics_Driver_image.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/drivers/Quartz/Fl_Quartz_Graphics_Driver_image.cxx b/src/drivers/Quartz/Fl_Quartz_Graphics_Driver_image.cxx index dd73fc877..739e5b2c9 100644 --- a/src/drivers/Quartz/Fl_Quartz_Graphics_Driver_image.cxx +++ b/src/drivers/Quartz/Fl_Quartz_Graphics_Driver_image.cxx @@ -121,10 +121,6 @@ void Fl_Quartz_Graphics_Driver::draw_image_mono(Fl_Draw_Image_Cb cb, void* data, innards(0,x,y,w,h,d,0,1,cb,data,gc_,this); } -void fl_rectf(int x, int y, int w, int h, uchar r, uchar g, uchar b) { - fl_color(r,g,b); - fl_rectf(x,y,w,h); -} void Fl_Quartz_Graphics_Driver::draw_bitmap(Fl_Bitmap *bm, int XP, int YP, int WP, int HP, int cx, int cy) { int X, Y, W, H; |
