X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ef22e3d35e23237cb616e420951f5da8c46c0200..660658398148d82d492a5d1a944bc4058a082267:/wxPython/src/_dc.i diff --git a/wxPython/src/_dc.i b/wxPython/src/_dc.i index b21b3dffff..f786ae7c45 100644 --- a/wxPython/src/_dc.i +++ b/wxPython/src/_dc.i @@ -572,12 +572,14 @@ public: %{ //-=-=-=-=-=-=-=-=-=-=- -#if 0 + +#if 1 +// Use the standard wxBufferedDC #include -#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