]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/include/wx/ogl/drawnp.h
[ 1176516 ] argv datatype has changed (char in docs but really wxChar)
[wxWidgets.git] / contrib / include / wx / ogl / drawnp.h
index a2fd6eb17e06d5787964c4f80cfb1f37fe5b50cf..d3489d25131fa531954e1ee976766f8419dd582e 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     12/07/98
 // RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
 // Created:     12/07/98
 // RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
-// Licence:    wxWindows licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _OGL_DRAWNP_H_
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _OGL_DRAWNP_H_
@@ -70,9 +70,9 @@ public:
 #endif
   inline int GetOp() const { return m_op; }
 
 #endif
   inline int GetOp() const { return m_op; }
 
-  // Draw an outline using the current operation. By default, return FALSE (not drawn)
+  // Draw an outline using the current operation. By default, return false (not drawn)
   virtual bool OnDrawOutline(wxDC& WXUNUSED(dc), double WXUNUSED(x), double WXUNUSED(y), double WXUNUSED(w), double WXUNUSED(h),
   virtual bool OnDrawOutline(wxDC& WXUNUSED(dc), double WXUNUSED(x), double WXUNUSED(y), double WXUNUSED(w), double WXUNUSED(h),
-    double WXUNUSED(oldW), double WXUNUSED(oldH)) { return FALSE; }
+    double WXUNUSED(oldW), double WXUNUSED(oldH)) { return false; }
 
   // Get the perimeter point using this data
   virtual bool GetPerimeterPoint(double WXUNUSED(x1), double WXUNUSED(y1),
 
   // Get the perimeter point using this data
   virtual bool GetPerimeterPoint(double WXUNUSED(x1), double WXUNUSED(y1),
@@ -80,7 +80,7 @@ public:
                                      double *WXUNUSED(x3), double *WXUNUSED(y3),
                                      double WXUNUSED(xOffset), double WXUNUSED(yOffset),
                                      int WXUNUSED(attachmentMode))
                                      double *WXUNUSED(x3), double *WXUNUSED(y3),
                                      double WXUNUSED(xOffset), double WXUNUSED(yOffset),
                                      int WXUNUSED(attachmentMode))
-  { return FALSE; }
+  { return false; }
 
 protected:
   int           m_op;
 
 protected:
   int           m_op;