Move m_CustomMode field in QxlDevice
Only used by this class. Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Yuri Benditovich <yuri.benditovich@daynix.com>
This commit is contained in:
parent
b83f6338bc
commit
6041c81484
@ -316,7 +316,6 @@ protected:
|
|||||||
ULONG m_ModeCount;
|
ULONG m_ModeCount;
|
||||||
PUSHORT m_ModeNumbers;
|
PUSHORT m_ModeNumbers;
|
||||||
USHORT m_CurrentMode;
|
USHORT m_CurrentMode;
|
||||||
USHORT m_CustomMode;
|
|
||||||
ULONG m_Id;
|
ULONG m_Id;
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -625,6 +624,8 @@ private:
|
|||||||
static LONG GetMaxSourceMappingHeight(RECT* DirtyRects, ULONG NumDirtyRects);
|
static LONG GetMaxSourceMappingHeight(RECT* DirtyRects, ULONG NumDirtyRects);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
USHORT m_CustomMode;
|
||||||
|
|
||||||
PUCHAR m_IoBase;
|
PUCHAR m_IoBase;
|
||||||
BOOLEAN m_IoMapped;
|
BOOLEAN m_IoMapped;
|
||||||
ULONG m_IoSize;
|
ULONG m_IoSize;
|
||||||
|
Loading…
Reference in New Issue
Block a user