FLTK logo

[master] 46f14fb - Remove useless fl_rectf(int x, int y, int w, int h, uchar r, uchar g, uchar b)

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.commit  ]
 
Previous Message ]Next Message ]

[master] 46f14fb - Remove useless fl_rectf(int x, int y, int w, int h, uchar r, uchar g, uchar b) "ManoloFLTK" Dec 02, 2021  
 
commit 46f14fbdafb5e2dda709307d9d570cd16bb63359
Author:     ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>
AuthorDate: Fri May 28 14:25:20 2021 +0200
Commit:     ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>
CommitDate: Wed Sep 29 12:14:55 2021 +0200

    Remove useless fl_rectf(int x, int y, int w, int h, uchar r, uchar g, uchar b)

 src/drivers/Wayland/Fl_Wayland_Graphics_Driver.cxx | 7 -------
 1 file changed, 7 deletions(-)

diff --git src/drivers/Wayland/Fl_Wayland_Graphics_Driver.cxx src/drivers/Wayland/Fl_Wayland_Graphics_Driver.cxx
index 2c5f7f0..545fce7 100644
--- src/drivers/Wayland/Fl_Wayland_Graphics_Driver.cxx
+++ src/drivers/Wayland/Fl_Wayland_Graphics_Driver.cxx
@@ -33,13 +33,6 @@
 extern unsigned fl_cmap[256]; // defined in fl_color.cxx
 
 
-//TODO: put that in the graphics driver classes
-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);
-}
-
-
 static int create_anonymous_file(off_t size)
 {
   int ret;
Direct Link to Message ]
 
     
Previous Message ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.