]>
Commit | Line | Data |
---|---|---|
237302e7 | 1 | // A bunch of %rename directives generated by BuildRenamers in config.py |
d14a1e28 RD |
2 | // in order to remove the wx prefix from all global scope names. |
3 | ||
bf5ff0c3 | 4 | #ifndef BUILDING_RENAMERS |
d14a1e28 RD |
5 | |
6 | %rename(GLContext) wxGLContext; | |
2dbef272 | 7 | %rename(GLCanvas) wxGLCanvas; |
d14a1e28 RD |
8 | |
9 | #endif |