projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
added test for writing empty value to the config
[wxWidgets.git]
/
include
/
wx
/
dc.h
diff --git
a/include/wx/dc.h
b/include/wx/dc.h
index 8dc21ff6f0e380cecd4c97efe0dc7b10fadebd9e..eef4e7b99c5861974b7adf8c1e398cfec236a0f0 100644
(file)
--- a/
include/wx/dc.h
+++ b/
include/wx/dc.h
@@
-491,7
+491,7
@@
public:
// Put ClearCache in the wxDC implementation class, since it has to be
// static.
// static void ClearCache() ;
// Put ClearCache in the wxDC implementation class, since it has to be
// static.
// static void ClearCache() ;
-#if wxUSE_DC_CACHEING
+#if
0 //
wxUSE_DC_CACHEING
static void EnableCache(bool cacheing) { sm_cacheing = cacheing; }
static bool CacheEnabled() { return sm_cacheing ; }
#endif
static void EnableCache(bool cacheing) { sm_cacheing = cacheing; }
static bool CacheEnabled() { return sm_cacheing ; }
#endif
@@
-699,7
+699,7
@@
protected:
bool m_isInteractive:1;
bool m_isBBoxValid:1;
#if wxUSE_DC_CACHEING
bool m_isInteractive:1;
bool m_isBBoxValid:1;
#if wxUSE_DC_CACHEING
- static bool sm_cacheing;
+
//
static bool sm_cacheing;
#endif
// coordinate system variables
#endif
// coordinate system variables