]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_dc.i
Script updates
[wxWidgets.git] / wxPython / src / _dc.i
index b21b3dffffbdd807d12f86be5505c3cda4ef458c..f786ae7c45d7e327e7c687270c1cb3226af960bc 100644 (file)
@@ -572,12 +572,14 @@ public:
 
 %{
 //-=-=-=-=-=-=-=-=-=-=-    
-#if 0
+
+#if 1
+// Use the standard wxBufferedDC
 #include <wx/dcbuffer.h>
-#else
 
+#else
 
-//  Temporarily put a set of classes here similar to the old buffered DC
+//  Or, temporarily put a set of classes here similar to the old buffered DC
 //  classes until the real ones can be fixed to work "correctly" again.
 
 class wxBufferedDC : public wxMemoryDC