]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/datacmn.cpp
don't return wxLIST_HITTEST_ONITEMICON from HitTest() when the muse is clicked to...
[wxWidgets.git] / src / common / datacmn.cpp
index 4d985031a267afef0f3e36d3defc589c8cfa8bad..d2b5ba4544f5a4f5d6acadb2fc424356549cd270 100644 (file)
@@ -1,11 +1,11 @@
 ///////////////////////////////////////////////////////////////////////////////
 // Name:        common/datacmn.cpp
-// Purpose:     contains definitions of various global wxWindows variables
+// Purpose:     contains definitions of various global wxWidgets variables
 // Author:      Vadim Zeitlin
 // Modified by:
 // Created:     10.04.03 (from src/*/data.cpp files)
 // RCS-ID:      $Id$
-// Copyright:   (c) 1997-2002 wxWindows development team
+// Copyright:   (c) 1997-2002 wxWidgets development team
 // 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);