summaryrefslogtreecommitdiff
path: root/Xext/xvdisp.h
diff options
context:
space:
mode:
authorAdam Jackson <ajax@aspartame.nwnk.net>2007-12-02 14:15:36 -0500
committerAdam Jackson <ajax@aspartame.nwnk.net>2007-12-02 14:15:36 -0500
commit0fff01f5660fb3bb9284f97c45dc76154435d02b (patch)
treee5ec91ef30b1cde0d482e5dd0614ba90da44bc86 /Xext/xvdisp.h
parentfa47910045c3700d8d668b5e214e5ffc1e8dc3e7 (diff)
Fix swapped Xv dispatch under Xinerama.
Same-endian dispatch was properly calling through the Xinerama wrapping, but other-endian dispatch wasn't.
Diffstat (limited to 'Xext/xvdisp.h')
-rw-r--r--Xext/xvdisp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Xext/xvdisp.h b/Xext/xvdisp.h
index 75cacddcc..298d39560 100644
--- a/Xext/xvdisp.h
+++ b/Xext/xvdisp.h
@@ -1 +1,2 @@
extern void XineramifyXv(void);
+extern void XvResetProcVector(void);