Mercurial > sdl-ios-xcode
diff src/video/Xext/extensions/xme.h @ 2063:dea73e1d07b0
Merged Ryan's fix, in case we need it later.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 29 Oct 2006 14:45:46 +0000 |
parents | c121d94672cb |
children |
line wrap: on
line diff
--- a/src/video/Xext/extensions/xme.h Sun Oct 29 04:09:17 2006 +0000 +++ b/src/video/Xext/extensions/xme.h Sun Oct 29 14:45:46 2006 +0000 @@ -38,5 +38,9 @@ XiGMiscResolutionInfo ** presolutions); extern void XiGMiscChangeResolution(Display * dpy, int screen, int view, int width, int height, int refresh); + +/* SDL addition from Ryan: free memory used by xme. */ +extern void XiGMiscDestroy(void); + #endif /* _XME_H_INCLUDED */ /* vi: set ts=4 sw=4 expandtab: */