summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2011-09-16 22:56:49 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2011-09-16 22:56:49 -0700
commit5d4953233392d22b8c92e64c23b5aa20df86e17c (patch)
treed29c8a44668b7fe47f4e4f4692a471de986e7a92 /include
parent4f64c8dd12786f6b0ef1e4c8c8d992d43de6f895 (diff)
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/XvMClib.h32
1 files changed, 16 insertions, 16 deletions
diff --git a/include/X11/extensions/XvMClib.h b/include/X11/extensions/XvMClib.h
index b479d96..b0e6c8b 100644
--- a/include/X11/extensions/XvMClib.h
+++ b/include/X11/extensions/XvMClib.h
@@ -11,8 +11,8 @@ Bool XvMCQueryExtension (Display *display, int *eventBase, int *errBase);
Status XvMCQueryVersion (Display *display, int *major_versionp,
int *minor_versionp);
Status XvMCGetDRInfo(Display *dpy, XvPortID port,
- char **name, char **busID,
- int *major, int *minor,
+ char **name, char **busID,
+ int *major, int *minor,
int *patchLevel,
int *isLocal);
@@ -31,7 +31,7 @@ Status XvMCCreateContext (
Status XvMCDestroyContext (Display *display, XvMCContext * context);
-Status
+Status
XvMCCreateSurface(
Display *display,
XvMCContext * context,
@@ -52,9 +52,9 @@ XvMCPutSurface(
Display *display,
XvMCSurface *surface,
Drawable draw,
- short srcx,
- short srcy,
- unsigned short srcw,
+ short srcx,
+ short srcy,
+ unsigned short srcw,
unsigned short srch,
short destx,
short desty,
@@ -67,9 +67,9 @@ Status XvMCHideSurface(Display *display, XvMCSurface *surface);
Status
XvMCCreateSubpicture (
- Display *display,
+ Display *display,
XvMCContext *context,
- XvMCSubpicture *subpicture,
+ XvMCSubpicture *subpicture,
unsigned short width,
unsigned short height,
int xvimage_id
@@ -105,8 +105,8 @@ XvMCDestroySubpicture (Display *display, XvMCSubpicture *subpicture);
Status
XvMCSetSubpicturePalette (
- Display *display,
- XvMCSubpicture *subpicture,
+ Display *display,
+ XvMCSubpicture *subpicture,
unsigned char *palette
);
@@ -145,7 +145,7 @@ Status XvMCSyncSurface (Display *display, XvMCSurface *surface);
Status XvMCFlushSurface (Display *display, XvMCSurface *surface);
Status XvMCGetSurfaceStatus (Display *display, XvMCSurface *surface, int *stat);
-Status XvMCRenderSurface (
+Status XvMCRenderSurface (
Display *display,
XvMCContext *context,
unsigned int picture_structure,
@@ -166,7 +166,7 @@ Status
XvMCGetSubpictureStatus (Display *display, XvMCSubpicture *subpic, int *stat);
Status XvMCCreateBlocks (
- Display *display,
+ Display *display,
XvMCContext *context,
unsigned int num_blocks,
XvMCBlockArray *block
@@ -196,16 +196,16 @@ XvMCQueryAttributes (
Status
XvMCSetAttribute (
Display *display,
- XvMCContext *context,
- Atom attribute,
+ XvMCContext *context,
+ Atom attribute,
int value
);
Status
XvMCGetAttribute (
Display *display,
- XvMCContext *context,
- Atom attribute,
+ XvMCContext *context,
+ Atom attribute,
int *value
);