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:
parent
cd58924d29
commit
2413702aa0
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue