summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2011-09-16 22:44:02 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2011-09-16 22:44:02 -0700
commit3e94f2d5fe0ee95f54faabbe253ac33327ef6d66 (patch)
treeb1d5b3ae4b8b15fad8f27fc09683f9eac5a4d766 /include
parent22cd4cfdf1613d73cdd84eae805239f55c4265c2 (diff)
downloadxorg-lib-libXinerama-3e94f2d5fe0ee95f54faabbe253ac33327ef6d66.tar.gz
Strip trailing whitespace
Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}' git diff -w & git diff -b show no diffs from this change Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'include')
-rw-r--r--include/X11/extensions/Xinerama.h6
-rw-r--r--include/X11/extensions/panoramiXext.h4
2 files changed, 5 insertions, 5 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
diff --git a/include/X11/extensions/panoramiXext.h b/include/X11/extensions/panoramiXext.h
index 6b18d6d..8312a17 100644
--- a/include/X11/extensions/panoramiXext.h
+++ b/include/X11/extensions/panoramiXext.h
@@ -22,7 +22,7 @@ shall not be used in advertising or otherwise to promote the sale, use or other
dealings in this Software without prior written authorization from Digital
Equipment Corporation.
******************************************************************/
-/*
+/*
* PanoramiX definitions
*/
@@ -41,7 +41,7 @@ typedef struct {
int height; /* height of this screen */
int ScreenCount; /* real physical number of screens */
XID eventMask; /* selected events for this client */
-} XPanoramiXInfo;
+} XPanoramiXInfo;
_XFUNCPROTOBEGIN