From b2e9308751ec0bc90dfbae69bc7309df62672e9f Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Fri, 9 Aug 2002 22:57:00 +0000 Subject: More shadowed variables in FLUID, plus use snprintf, strlcpy, and strlcat. Don't use extra warning flags for normal compiles. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2568 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- fluid/Shortcut_Button.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'fluid/Shortcut_Button.h') diff --git a/fluid/Shortcut_Button.h b/fluid/Shortcut_Button.h index eb592c077..b239cc14b 100644 --- a/fluid/Shortcut_Button.h +++ b/fluid/Shortcut_Button.h @@ -1,5 +1,5 @@ // -// "$Id: Shortcut_Button.h,v 1.3.2.3.2.1 2002/01/01 15:11:29 easysw Exp $" +// "$Id: Shortcut_Button.h,v 1.3.2.3.2.2 2002/08/09 22:57:00 easysw Exp $" // // Shortcut header file for the Fast Light Tool Kit (FLTK). // @@ -30,10 +30,10 @@ public: int svalue; int handle(int); void draw(); - Shortcut_Button(int x, int y, int w, int h, const char* l = 0) : - Fl_Button(x,y,w,h,l) {svalue = 0;} + Shortcut_Button(int X,int Y,int W,int H, const char* l = 0) : + Fl_Button(X,Y,W,H,l) {svalue = 0;} }; // -// End of "$Id: Shortcut_Button.h,v 1.3.2.3.2.1 2002/01/01 15:11:29 easysw Exp $". +// End of "$Id: Shortcut_Button.h,v 1.3.2.3.2.2 2002/08/09 22:57:00 easysw Exp $". // -- cgit v1.2.3