projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fixed bug introduced by last commit: if we don't change the path because it is alread...
[wxWidgets.git]
/
src
/
common
/
datacmn.cpp
diff --git
a/src/common/datacmn.cpp
b/src/common/datacmn.cpp
index 7fc2803947cfb7c2f4349e5c16a8159ffb8506d7..d2b5ba4544f5a4f5d6acadb2fc424356549cd270 100644
(file)
--- a/
src/common/datacmn.cpp
+++ b/
src/common/datacmn.cpp
@@
-1,11
+1,11
@@
///////////////////////////////////////////////////////////////////////////////
// Name: common/datacmn.cpp
///////////////////////////////////////////////////////////////////////////////
// Name: common/datacmn.cpp
-// Purpose: contains definitions of various global wxWi
ndow
s variables
+// Purpose: contains definitions of various global wxWi
dget
s variables
// Author: Vadim Zeitlin
// Modified by:
// Created: 10.04.03 (from src/*/data.cpp files)
// RCS-ID: $Id$
// Author: Vadim Zeitlin
// Modified by:
// Created: 10.04.03 (from src/*/data.cpp files)
// RCS-ID: $Id$
-// Copyright: (c) 1997-2002 wxWi
ndow
s development team
+// Copyright: (c) 1997-2002 wxWi
dget
s development team
// License: wxWindows license
///////////////////////////////////////////////////////////////////////////////
// License: wxWindows license
///////////////////////////////////////////////////////////////////////////////
@@
-36,8
+36,6
@@
// Useful buffer, initialized in wxCommonInit
wxChar *wxBuffer = NULL;
// Useful buffer, initialized in wxCommonInit
wxChar *wxBuffer = NULL;
-#if wxUSE_GUI
-
// Windows List
wxWindowList wxTopLevelWindows;
// Windows List
wxWindowList wxTopLevelWindows;
@@
-157,7
+155,6
@@
WXDLLEXPORT_DATA(const wxChar *) wxUserResourceStr = wxT("TEXT");
#endif
#endif
-const wxSize wxDefaultSize(
-1, -1
);
-const wxPoint wxDefaultPosition(
-1, -1
);
+const wxSize wxDefaultSize(
wxDefaultCoord, wxDefaultCoord
);
+const wxPoint wxDefaultPosition(
wxDefaultCoord, wxDefaultCoord
);
-#endif // wxUSE_GUI