]> git.saurik.com Git - wxWidgets.git/blobdiff - demos/forty/canvas.h
allow compilation with wxUSE_CHOICEDLG set to 0
[wxWidgets.git] / demos / forty / canvas.h
index 28ef41f1c6e5318dda62f40589ef0973ce4612be..b507518f5ee8e74cc3ef5158a587cb7dab6d925e 100644 (file)
@@ -8,7 +8,7 @@
 // Copyright:   (c) 1993-1998 Chris Breeze
 // Licence:    wxWindows licence
 //---------------------------------------------------------------------------
 // Copyright:   (c) 1993-1998 Chris Breeze
 // Licence:    wxWindows licence
 //---------------------------------------------------------------------------
-// Last modified: 22nd July 1998 - ported to wxWindows 2.0
+// Last modified: 22nd July 1998 - ported to wxWidgets 2.0
 /////////////////////////////////////////////////////////////////////////////
 #ifndef _CANVAS_H_
 #define _CANVAS_H_
 /////////////////////////////////////////////////////////////////////////////
 #ifndef _CANVAS_H_
 #define _CANVAS_H_
@@ -21,7 +21,7 @@ class PlayerSelectionDialog;
 class FortyCanvas: public wxScrolledWindow
 {
 public:
 class FortyCanvas: public wxScrolledWindow
 {
 public:
-       FortyCanvas(wxWindow* parent, int x, int y, int w, int h);
+       FortyCanvas(wxWindow* parent, const wxPoint& pos, const wxSize& size);
        virtual ~FortyCanvas();
 
        virtual void OnDraw(wxDC& dc);
        virtual ~FortyCanvas();
 
        virtual void OnDraw(wxDC& dc);