]>
Commit | Line | Data |
---|---|---|
d14a1e28 RD |
1 | // A bunch of %rename directives generated by ./distrib/build_renamers.py |
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 |