mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
Implement/match MxVideoManager::Tickle (#128)
* Implement/match MxPresenter::StartAction * Update mxpoint32.h * Implement/match MxVideoManager::Tickle * Update mxlist.h * Update mxpresenter.cpp
This commit is contained in:

committed by
GitHub

parent
4bd67e4ae1
commit
d145f914c4
@@ -2,6 +2,7 @@
|
||||
#define MXVIDEOMANAGER_H
|
||||
|
||||
#include "mxdisplaysurface.h"
|
||||
#include "mxregion.h"
|
||||
#include "mxmediamanager.h"
|
||||
#include "mxvideoparam.h"
|
||||
|
||||
@@ -19,16 +20,18 @@ public:
|
||||
|
||||
MxVideoManager();
|
||||
|
||||
int Init();
|
||||
MxResult Init();
|
||||
void SortPresenterList();
|
||||
void UpdateRegion();
|
||||
|
||||
inline MxVideoParam& GetVideoParam() { return this->m_videoParam; }
|
||||
inline LPDIRECTDRAW GetDirectDraw() { return this->m_pDirectDraw; }
|
||||
private:
|
||||
MxVideoParam m_videoParam;
|
||||
LPDIRECTDRAW m_pDirectDraw;
|
||||
LPDIRECTDRAWSURFACE m_unk54;
|
||||
LPDIRECTDRAWSURFACE m_pDDSurface;
|
||||
MxDisplaySurface *m_displaySurface;
|
||||
int m_unk5c;
|
||||
MxRegion *m_region;
|
||||
MxBool m_unk60;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user