projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51c5e1f
)
Don't know if this is right but it fixes a compile error...
author
Robin Dunn
<robin@alldunn.com>
Fri, 18 Feb 2005 19:24:09 +0000
(19:24 +0000)
committer
Robin Dunn
<robin@alldunn.com>
Fri, 18 Feb 2005 19:24:09 +0000
(19:24 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32149
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
src/mac/carbon/dcscreen.cpp
patch
|
blob
|
blame
|
history
diff --git
a/src/mac/carbon/dcscreen.cpp
b/src/mac/carbon/dcscreen.cpp
index 85ca733a5e1940bb0d26be05316d4731b13800b8..f5012952b9ff5049d449e203faa0d98d9589f788 100644
(file)
--- a/
src/mac/carbon/dcscreen.cpp
+++ b/
src/mac/carbon/dcscreen.cpp
@@
-34,8
+34,10
@@
wxScreenDC::wxScreenDC()
SetPort( port ) ;
m_macLocalOrigin.x = -pt.h ;
m_macLocalOrigin.y = -pt.v ;
+#if wxMAC_USE_CORE_GRAPHICS
m_macLocalOriginInPort = m_macLocalOrigin ;
-
+#endif
+
BitMap screenBits;
GetQDGlobalsScreenBits( &screenBits );
m_minX = screenBits.bounds.left ;