]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/setup.py
colourSize was probably supposed to be used and not just defined and then forgot...
[wxWidgets.git] / wxPython / setup.py
index 4c231fa4e230116b455cde7ee4a152830d95bfaa..76b3aa4557de16a4dbccfb6eb12827293753af2f 100755 (executable)
@@ -186,6 +186,7 @@ swig_sources = run_swig(['gdi.i'], 'src', GENDIR, PKGDIR,
                          'src/_icon.i',
                          'src/_pen.i',
                          'src/_palette.i',
+                         'src/_renderer.i',
                          ],
                         True)
 ext = Extension('_gdi_', ['src/drawlist.cpp'] + swig_sources,