diff options
Diffstat (limited to 'include/X11/extensions/Xinerama.h')
-rw-r--r-- | include/X11/extensions/Xinerama.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/X11/extensions/Xinerama.h b/include/X11/extensions/Xinerama.h index 666f52a..8c0f829 100644 --- a/include/X11/extensions/Xinerama.h +++ b/include/X11/extensions/Xinerama.h @@ -54,15 +54,15 @@ Status XineramaQueryVersion( Bool XineramaIsActive(Display *dpy); -/* +/* Returns the number of heads and a pointer to an array of structures describing the position and size of the individual heads. Returns NULL and number = 0 if Xinerama is not active. - + Returned array should be freed with XFree(). */ -XineramaScreenInfo * +XineramaScreenInfo * XineramaQueryScreens( Display *dpy, int *number |