1 /* $XFree86: xc/include/extensions/Xinerama.h,v 3.2 2000/03/01 01:04:20 dawes Exp $ */
14 } SDL_NAME(XineramaScreenInfo);
16 Bool SDL_NAME(XineramaQueryExtension) (
22 Status SDL_NAME(XineramaQueryVersion)(
28 Bool SDL_NAME(XineramaIsActive)(Display *dpy);
32 Returns the number of heads and a pointer to an array of
33 structures describing the position and size of the individual
34 heads. Returns NULL and number = 0 if Xinerama is not active.
36 Returned array should be freed with XFree().
39 SDL_NAME(XineramaScreenInfo) *
40 SDL_NAME(XineramaQueryScreens)(
45 #endif /* _Xinerama_h */