]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_misc_rename.i
Use a compatible bitmap if a depth of -1 is given
[wxWidgets.git] / wxPython / src / _misc_rename.i
index 0112f75771666a29b4b64aef8129196b9969f076..72ba1d43c2318d6953d8bd7984e38d6978d02f24 100644 (file)
@@ -1,7 +1,7 @@
 // A bunch of %rename directives generated by ./distrib/build_renamers.py
 // in order to remove the wx prefix from all global scope names.
 
-#ifndef SWIGXML
+#ifndef BUILDING_RENAMERS
 
 %rename(SYS_OEM_FIXED_FONT)                 wxSYS_OEM_FIXED_FONT;
 %rename(SYS_ANSI_FIXED_FONT)                wxSYS_ANSI_FIXED_FONT;
 %rename(GenericFindWindowAtPoint)           wxGenericFindWindowAtPoint;
 %rename(FindWindowAtPoint)                  wxFindWindowAtPoint;
 %rename(GetTopLevelParent)                  wxGetTopLevelParent;
+%rename(GetKeyState)                        wxGetKeyState;
 %rename(WakeUpMainThread)                   wxWakeUpMainThread;
 %rename(MutexGuiEnter)                      wxMutexGuiEnter;
 %rename(MutexGuiLeave)                      wxMutexGuiLeave;