summaryrefslogtreecommitdiff
path: root/Xext/xvmain.c
diff options
context:
space:
mode:
authorJulien Cristau <jcristau@debian.org>2009-01-11 08:16:12 +0100
committerJulien Cristau <jcristau@debian.org>2009-01-11 08:54:10 +0100
commit292311b421e53ead53c7df67d735a3d6d3e5b515 (patch)
tree0eb77efe0dcab7b7417e087aac069135c162a73c /Xext/xvmain.c
parent7a05c8b1e70680ddd3b3e09ad448788f8d70a428 (diff)
Xext: ANSI cleanups
Diffstat (limited to 'Xext/xvmain.c')
-rw-r--r--Xext/xvmain.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/Xext/xvmain.c b/Xext/xvmain.c
index f5c80f379..6184e4e77 100644
--- a/Xext/xvmain.c
+++ b/Xext/xvmain.c
@@ -520,12 +520,7 @@ XvdiDestroyEncoding(pointer value, XID id)
}
static int
-XvdiSendVideoNotify(pPort, pDraw, reason)
-
-XvPortPtr pPort;
-DrawablePtr pDraw;
-int reason;
-
+XvdiSendVideoNotify(XvPortPtr pPort, DrawablePtr pDraw, int reason)
{
xvEvent event;
XvVideoNotifyPtr pn;