2 * Copyright 1993-2001 by Xi Graphics, Inc.
5 * Please see the LICENSE file accompanying this distribution for licensing
8 * Please send any bug fixes and modifications to src@xig.com.
10 * $XiGId: xme.h,v 1.1.1.1 2001/11/19 19:01:10 jon Exp $
15 #ifndef _XME_H_INCLUDED
16 #define _XME_H_INCLUDED
27 unsigned short height;
29 } XiGMiscResolutionInfo;
31 extern Bool XiGMiscQueryVersion(Display *dpy, int *major, int *minor);
32 extern int XiGMiscQueryViews(Display *dpy, int screen,
33 XiGMiscViewInfo **pviews);
34 extern int XiGMiscQueryResolutions(Display *dpy, int screen, int view,
36 XiGMiscResolutionInfo **presolutions);
37 extern void XiGMiscChangeResolution(Display *dpy, int screen, int view,
38 int width, int height, int refresh);
40 /* SDL addition from Ryan: free memory used by xme. */
41 extern void XiGMiscDestroy(void);
43 #endif /* _XME_H_INCLUDED */