Fix initialization of DRM backend with X running

This commit is contained in:
Cameron Gutman
2021-01-31 15:03:40 -06:00
parent f173b3ff09
commit 1e31f6fe77
2 changed files with 30 additions and 34 deletions
@@ -24,6 +24,7 @@ public:
private:
AVBufferRef* m_HwContext;
int m_DrmFd;
bool m_SdlOwnsDrmFd;
uint32_t m_CrtcId;
uint32_t m_PlaneId;
uint32_t m_CurrentFbId;