summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrediano Ziglio <fziglio@redhat.com>2016-09-08 15:00:47 +0100
committerFrediano Ziglio <fziglio@redhat.com>2017-04-12 15:49:26 +0100
commit6041c81484de7037c0f897f2660e25041d2eac46 (patch)
treef4ba08f5be66babb097944eb6b76421e74747033
parentb83f6338bc5efd53b7eeb7c35dc791330643912e (diff)
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>
-rwxr-xr-xqxldod/QxlDod.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/qxldod/QxlDod.h b/qxldod/QxlDod.h
index 0c975fe..e865032 100755
--- a/qxldod/QxlDod.h
+++ b/qxldod/QxlDod.h
@@ -316,7 +316,6 @@ protected:
ULONG m_ModeCount;
PUSHORT m_ModeNumbers;
USHORT m_CurrentMode;
- USHORT m_CustomMode;
ULONG m_Id;
};
@@ -625,6 +624,8 @@ private:
static LONG GetMaxSourceMappingHeight(RECT* DirtyRects, ULONG NumDirtyRects);
private:
+ USHORT m_CustomMode;
+
PUCHAR m_IoBase;
BOOLEAN m_IoMapped;
ULONG m_IoSize;