X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..1a83b9bd10b7d92520c202e6ed6cff2015f13315:/src/common/datacmn.cpp?ds=sidebyside diff --git a/src/common/datacmn.cpp b/src/common/datacmn.cpp index 1840c35796..d2b5ba4544 100644 --- a/src/common/datacmn.cpp +++ b/src/common/datacmn.cpp @@ -6,7 +6,7 @@ // Created: 10.04.03 (from src/*/data.cpp files) // RCS-ID: $Id$ // Copyright: (c) 1997-2002 wxWidgets development team -// License: wxWidgets license +// License: wxWindows license /////////////////////////////////////////////////////////////////////////////// // ============================================================================ @@ -155,6 +155,6 @@ WXDLLEXPORT_DATA(const wxChar *) wxUserResourceStr = wxT("TEXT"); #endif -const wxSize wxDefaultSize(-1, -1); -const wxPoint wxDefaultPosition(-1, -1); +const wxSize wxDefaultSize(wxDefaultCoord, wxDefaultCoord); +const wxPoint wxDefaultPosition(wxDefaultCoord, wxDefaultCoord);