FLTK logo

[master] c827292 - Fix forgotten name change

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] c827292 - Fix forgotten name change "Matthias Melcher" Nov 27, 2022  
 
commit c827292ec9c9170a7a87d0a3f3eda3db171ae031
Author:     Matthias Melcher <github@matthiasm.com>
AuthorDate: Sun Nov 27 15:35:43 2022 +0100
Commit:     Matthias Melcher <github@matthiasm.com>
CommitDate: Sun Nov 27 15:35:50 2022 +0100

    Fix forgotten name change

 src/Fl_Graphics_Driver.cxx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git src/Fl_Graphics_Driver.cxx src/Fl_Graphics_Driver.cxx
index 9d12096..350f187 100644
--- src/Fl_Graphics_Driver.cxx
+++ src/Fl_Graphics_Driver.cxx
@@ -489,12 +489,12 @@ void Fl_Graphics_Driver::_rbox(int fill, int x, int y, int w, int h, int r) {
   if (fill) fl_end_polygon(); else fl_end_loop();
 }
 
-/** see fl_rrect() */
+/** see fl_rounded_rect() */
 void Fl_Graphics_Driver::rounded_rect(int x, int y, int w, int h, int r) {
   _rbox(0, x, y, w, h, r);
 }
 
-/** see fl_rrectf() */
+/** see fl_rounded_rectf() */
 void Fl_Graphics_Driver::rounded_rectf(int x, int y, int w, int h, int r) {
   _rbox(1, x, y, w, h, r);
 }
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'.