projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Noone is using the tests dir either.
[wxWidgets.git]
/
src
/
mac
/
carbon
/
window.cpp
diff --git
a/src/mac/carbon/window.cpp
b/src/mac/carbon/window.cpp
index 8cd9a947a13bc43ef280ce29d89431aa8d81745d..ce34604fa12cccc1130fcf9d2c44e5195ad81ef7 100644
(file)
--- a/
src/mac/carbon/window.cpp
+++ b/
src/mac/carbon/window.cpp
@@
-1447,10
+1447,12
@@
void wxWindowMac::Update()
if ( win )
{
win->MacUpdate( 0 ) ;
+#if TARGET_API_MAC_CARBON
if ( QDIsPortBuffered( GetWindowPort( (WindowRef) win->MacGetWindowRef() ) ) )
{
QDFlushPortBuffer( GetWindowPort( (WindowRef) win->MacGetWindowRef() ) , NULL ) ;
}
+#endif
}
}