X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/99109c0ff1c29c7c977c073f9f8e0bf4b8e728f7..41e155b43e45b056738bfd7e25c8c7fe261243f3:/wxPython/src/gdi.i?ds=sidebyside diff --git a/wxPython/src/gdi.i b/wxPython/src/gdi.i index 453b0e9f8e..eccdd1c4aa 100644 --- a/wxPython/src/gdi.i +++ b/wxPython/src/gdi.i @@ -10,7 +10,7 @@ // Licence: wxWindows license ///////////////////////////////////////////////////////////////////////////// -%module _gdi +%module(package="wx") _gdi //--------------------------------------------------------------------------- @@ -48,6 +48,7 @@ MAKE_CONST_WXSTRING_NOSWIG(EmptyString); %include _imaglist.i %include _stockobjs.i %include _effects.i +%include _renderer.i //---------------------------------------------------------------------------