projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Remove some controls from limited screen area of Smartphone.
[wxWidgets.git]
/
src
/
common
/
matrix.cpp
diff --git
a/src/common/matrix.cpp
b/src/common/matrix.cpp
index 2d1b787edadbd5eb86ed4cb1d602d8c8d1638884..d324a852dd0dc696d1fc2f836616743894b0d884 100644
(file)
--- a/
src/common/matrix.cpp
+++ b/
src/common/matrix.cpp
@@
-1,3
+1,4
@@
+///////////////////////////////////////////////////////////////////////////////
// Name: matrix.cpp
// Purpose: wxTransformMatrix class
// Author: Chris Breeze, Julian Smart
// Name: matrix.cpp
// Purpose: wxTransformMatrix class
// Author: Chris Breeze, Julian Smart
@@
-6,7
+7,7
@@
// RCS-ID: $Id$
// Copyright: (c) Julian Smart
// Licence: wxWindows licence
// RCS-ID: $Id$
// Copyright: (c) Julian Smart
// Licence: wxWindows licence
-/////////////////////////////////////////////////////////////////////////////
+/////////////////////////////////////////////////////////////////////////////
//
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "matrix.h"
#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "matrix.h"
@@
-24,12
+25,12
@@
#ifndef WX_PRECOMP
#include "wx/defs.h"
#ifndef WX_PRECOMP
#include "wx/defs.h"
+#include "wx/math.h"
#endif
#include "wx/matrix.h"
#endif
#include "wx/matrix.h"
-#include <math.h>
-static const double pi =
3.1415926535
;
+static const double pi =
M_PI
;
wxTransformMatrix::wxTransformMatrix(void)
{
wxTransformMatrix::wxTransformMatrix(void)
{