projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Attempts to get client origin working. Work in progress.
[wxWidgets.git]
/
include
/
wx
/
matrix.h
diff --git
a/include/wx/matrix.h
b/include/wx/matrix.h
index 018362a1719afebc404ea8013bce53bf0ada6447..e329c01f24d591ef8b51af0a9744fb4ceca0486e 100644
(file)
--- a/
include/wx/matrix.h
+++ b/
include/wx/matrix.h
@@
-122,11
+122,7
@@
public:
//!code: | -1 0 0 |
//!code: matrix' = | 0 -1 0 | x matrix
//!code: | 0 0 1 |
//!code: | -1 0 0 |
//!code: matrix' = | 0 -1 0 | x matrix
//!code: | 0 0 1 |
-#if defined(__WXPM__)
wxTransformMatrix& Mirror(bool x=TRUE, bool y=FALSE);
wxTransformMatrix& Mirror(bool x=TRUE, bool y=FALSE);
-#else
- wxTransformMatrix& Mirror(bool x=true, bool y=false);
-#endif
// Translate by dx, dy:
//!ex:
//!code: | 1 0 dx |
// Translate by dx, dy:
//!ex:
//!code: | 1 0 dx |