diff options
Diffstat (limited to 'Xext/xvmain.c')
-rw-r--r-- | Xext/xvmain.c | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/Xext/xvmain.c b/Xext/xvmain.c index 12b4c5184..cd6f0979c 100644 --- a/Xext/xvmain.c +++ b/Xext/xvmain.c @@ -115,14 +115,12 @@ int XvReqCode; int XvEventBase; int XvErrorBase; -unsigned long XvRTPort; -unsigned long XvRTEncoding; -unsigned long XvRTGrab; -unsigned long XvRTVideoNotify; -unsigned long XvRTVideoNotifyList; -unsigned long XvRTPortNotify; - - +RESTYPE XvRTPort; +RESTYPE XvRTEncoding; +RESTYPE XvRTGrab; +RESTYPE XvRTVideoNotify; +RESTYPE XvRTVideoNotifyList; +RESTYPE XvRTPortNotify; /* EXTERNAL */ |