## This file reverse renames symbols in the wx package to give
## them their wx prefix again, for backwards compatibility.
##
-## Generated by ./distrib/build_renamers.py
+## Generated by BuildRenamers in config.py
# This silly stuff here is so the wxPython.wx module doesn't conflict
# with the wx package. We need to import modules from the wx package
wxRegion = wx._gdi.Region
wxRegionPtr = wx._gdi.RegionPtr
wxRegionFromBitmap = wx._gdi.RegionFromBitmap
+wxRegionFromBitmapColour = wx._gdi.RegionFromBitmapColour
wxRegionFromPoints = wx._gdi.RegionFromPoints
wxRegionIterator = wx._gdi.RegionIterator
wxRegionIteratorPtr = wx._gdi.RegionIteratorPtr
wxFontFromNativeInfo = wx._gdi.FontFromNativeInfo
wxFontFromNativeInfoString = wx._gdi.FontFromNativeInfoString
wxFont2 = wx._gdi.Font2
+wxFontFromPixelSize = wx._gdi.FontFromPixelSize
wxFont_GetDefaultEncoding = wx._gdi.Font_GetDefaultEncoding
wxFont_SetDefaultEncoding = wx._gdi.Font_SetDefaultEncoding
wxFontEnumerator = wx._gdi.FontEnumerator
wxMemoryDCFromDC = wx._gdi.MemoryDCFromDC
wxBufferedDC = wx._gdi.BufferedDC
wxBufferedDCPtr = wx._gdi.BufferedDCPtr
-wxBufferedDCInternalBuffer = wx._gdi.BufferedDCInternalBuffer
wxBufferedPaintDC = wx._gdi.BufferedPaintDC
wxBufferedPaintDCPtr = wx._gdi.BufferedPaintDCPtr
wxScreenDC = wx._gdi.ScreenDC