diff options
author | Adam Jackson <ajax@redhat.com> | 2008-12-19 10:27:37 -0500 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-12-19 10:27:37 -0500 |
commit | f2d1de6c2a3e6e50db6d9714c293eb26324fbd3d (patch) | |
tree | 3e3242cf269edb364c0876fdc50b9564e4d6750a /Xext/xvmain.c | |
parent | 5a072c55350f4b73d911ea6a2aeddad844924834 (diff) |
xv: remove useless XVCALL macro
Diffstat (limited to 'Xext/xvmain.c')
-rw-r--r-- | Xext/xvmain.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Xext/xvmain.c b/Xext/xvmain.c index 613f54d23..f5c80f379 100644 --- a/Xext/xvmain.c +++ b/Xext/xvmain.c @@ -857,7 +857,7 @@ XvdiGrabPort( if ((pPort->pDraw) && (client != pPort->client)) { - XVCALL(diStopVideo)((ClientPtr)NULL, pPort, pPort->pDraw); + XvdiStopVideo((ClientPtr)NULL, pPort, pPort->pDraw); } pPort->grab.client = client; |