summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2011-09-16 21:26:17 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2011-09-16 21:26:17 -0700
commite086eb1bf49f2a8c270eaebd5beb595c1dc2973e (patch)
treede1657f6ac030ecd56593c67bfb04fda43258049 /include
parentd79ddc01e4b247ae95af3581b93aef2b93e76888 (diff)
downloadxorg-lib-libXcursor-e086eb1bf49f2a8c270eaebd5beb595c1dc2973e.tar.gz
Strip trailing whitespace
Performed with: find * -type f | xargs perl -i -p -e 's{\s+$}{\n}' 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/Xcursor/Xcursor.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/include/X11/Xcursor/Xcursor.h b/include/X11/Xcursor/Xcursor.h
index 90bfdd6..a2c0488 100644
--- a/include/X11/Xcursor/Xcursor.h
+++ b/include/X11/Xcursor/Xcursor.h
@@ -239,7 +239,7 @@ void
XcursorImageDestroy (XcursorImage *image);
/*
- * Manage Images objects
+ * Manage Images objects
*/
XcursorImages *
XcursorImagesCreate (int size);
@@ -304,7 +304,7 @@ XcursorXcFileLoad (XcursorFile *file,
XcursorImages **imagesp);
XcursorBool
-XcursorXcFileSave (XcursorFile *file,
+XcursorXcFileSave (XcursorFile *file,
const XcursorComments *comments,
const XcursorImages *images);
@@ -321,15 +321,15 @@ XcursorImages *
XcursorFileLoadAllImages (FILE *file);
XcursorBool
-XcursorFileLoad (FILE *file,
- XcursorComments **commentsp,
+XcursorFileLoad (FILE *file,
+ XcursorComments **commentsp,
XcursorImages **imagesp);
XcursorBool
XcursorFileSaveImages (FILE *file, const XcursorImages *images);
XcursorBool
-XcursorFileSave (FILE * file,
+XcursorFileSave (FILE * file,
const XcursorComments *comments,
const XcursorImages *images);
@@ -354,7 +354,7 @@ XcursorBool
XcursorFilenameSaveImages (const char *filename, const XcursorImages *images);
XcursorBool
-XcursorFilenameSave (const char *file,
+XcursorFilenameSave (const char *file,
const XcursorComments *comments,
const XcursorImages *images);
@@ -376,7 +376,7 @@ XcursorLibraryPath (void);
int
XcursorLibraryShape (const char *library);
-
+
/*
* Image/Cursor APIs
*/
@@ -465,7 +465,7 @@ XcursorTryShapeBitmapCursor (Display *dpy,
#define XCURSOR_BITMAP_HASH_SIZE 16
void
-XcursorImageHash (XImage *image,
+XcursorImageHash (XImage *image,
unsigned char hash[XCURSOR_BITMAP_HASH_SIZE]);
/*