mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 10:14:52 +00:00
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:
@@ -42,9 +42,9 @@ unsigned long XvMCGeneration = 0;
|
||||
int XvMCReqCode;
|
||||
int XvMCEventBase;
|
||||
|
||||
unsigned long XvMCRTContext;
|
||||
unsigned long XvMCRTSurface;
|
||||
unsigned long XvMCRTSubpicture;
|
||||
static RESTYPE XvMCRTContext;
|
||||
static RESTYPE XvMCRTSurface;
|
||||
static RESTYPE XvMCRTSubpicture;
|
||||
|
||||
typedef struct {
|
||||
int num_adaptors;
|
||||
|
||||
Reference in New Issue
Block a user