From 1200ae167b1c1f66b56dec82b6b9f1848c5be4ec Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 10 Jul 2006 16:03:51 +0000 Subject: [PATCH] Added the PseudoDC class from Paul Lanier. It provides a way to record operations on a DC and then play them back later. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40056 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/gdi.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wxPython/src/gdi.i b/wxPython/src/gdi.i index af4511976c..fe351aebe3 100644 --- a/wxPython/src/gdi.i +++ b/wxPython/src/gdi.i @@ -46,7 +46,7 @@ MAKE_CONST_WXSTRING_NOSWIG(EmptyString); %include _stockobjs.i %include _effects.i %include _renderer.i - +%include _pseudodc.i //--------------------------------------------------------------------------- %init %{ -- 2.50.0