Mercurial > sdl-ios-xcode
comparison src/video/Xext/extensions/xme.h @ 3885:a10bddfdc40f SDL-1.2
Closing minor memory leak in XME code.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Sun, 29 Oct 2006 02:46:42 +0000 |
parents | caf0328c8058 |
children |
comparison
equal
deleted
inserted
replaced
3884:dba874934f0c | 3885:a10bddfdc40f |
---|---|
34 extern int XiGMiscQueryResolutions(Display *dpy, int screen, int view, | 34 extern int XiGMiscQueryResolutions(Display *dpy, int screen, int view, |
35 int *pactive, | 35 int *pactive, |
36 XiGMiscResolutionInfo **presolutions); | 36 XiGMiscResolutionInfo **presolutions); |
37 extern void XiGMiscChangeResolution(Display *dpy, int screen, int view, | 37 extern void XiGMiscChangeResolution(Display *dpy, int screen, int view, |
38 int width, int height, int refresh); | 38 int width, int height, int refresh); |
39 | |
40 /* SDL addition from Ryan: free memory used by xme. */ | |
41 extern void XiGMiscDestroy(void); | |
42 | |
39 #endif /* _XME_H_INCLUDED */ | 43 #endif /* _XME_H_INCLUDED */ |
40 | 44 |
41 | 45 |