xvmc: Use RESTYPE consistently

Also mark these static since they're not used externally.

Reviewed-by: Soren Sandmann <ssp@redhat.com>
Signed-off-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
Adam Jackson 2011-02-28 16:54:17 -05:00
parent cd58924d29
commit 2413702aa0

View File

@ -42,9 +42,9 @@ unsigned long XvMCGeneration = 0;
int XvMCReqCode; int XvMCReqCode;
int XvMCEventBase; int XvMCEventBase;
unsigned long XvMCRTContext; static RESTYPE XvMCRTContext;
unsigned long XvMCRTSurface; static RESTYPE XvMCRTSurface;
unsigned long XvMCRTSubpicture; static RESTYPE XvMCRTSubpicture;
typedef struct { typedef struct {
int num_adaptors; int num_adaptors;