xfree86: Remove protectMem from VidMemInfo
Never filled in. Reviewed-by: Keith Packard <keithp@keithp.com> Signed-off-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
parent
e4cf1e58f5
commit
a8cca7bd5a
|
@ -36,14 +36,12 @@ typedef void *(*MapMemProcPtr) (int, unsigned long, unsigned long, int);
|
|||
typedef void (*UnmapMemProcPtr) (int, void *, unsigned long);
|
||||
typedef void *(*SetWCProcPtr) (int, unsigned long, unsigned long, Bool,
|
||||
MessageType);
|
||||
typedef void (*ProtectMemProcPtr) (int, void *, unsigned long, Bool);
|
||||
typedef void (*UndoWCProcPtr) (int, void *);
|
||||
|
||||
typedef struct {
|
||||
Bool initialised;
|
||||
MapMemProcPtr mapMem;
|
||||
UnmapMemProcPtr unmapMem;
|
||||
ProtectMemProcPtr protectMem;
|
||||
SetWCProcPtr setWC;
|
||||
UndoWCProcPtr undoWC;
|
||||
Bool linearSupported;
|
||||
|
|
Loading…
Reference in New Issue