1.2.3
This commit is contained in:
parent
ce20065242
commit
96f5d4e78b
|
@ -56,7 +56,7 @@ struct SBoxBorder
|
||||||
const WCHAR *Sandboxie_WindowClassName = L"Sandboxie_BorderWindow";
|
const WCHAR *Sandboxie_WindowClassName = L"Sandboxie_BorderWindow";
|
||||||
|
|
||||||
|
|
||||||
void CBoxBorder__TimerProc(HWND hwnd, UINT uMsg, UINT_PTR dwTimerID, DWORD dwTime)
|
void WINAPI CBoxBorder__TimerProc(HWND hwnd, UINT uMsg, UINT_PTR dwTimerID, DWORD dwTime)
|
||||||
{
|
{
|
||||||
CBoxBorder* This = (CBoxBorder*)GetWindowLongPtr(hwnd, 0);
|
CBoxBorder* This = (CBoxBorder*)GetWindowLongPtr(hwnd, 0);
|
||||||
This->TimerProc();
|
This->TimerProc();
|
||||||
|
|
|
@ -59,6 +59,7 @@ public:
|
||||||
bool IsDisableRecovery() {return m_pDisableRecovery && m_pDisableRecovery->isChecked();}
|
bool IsDisableRecovery() {return m_pDisableRecovery && m_pDisableRecovery->isChecked();}
|
||||||
bool IsDisableMessages() {return m_pDisableMessages && m_pDisableMessages->isChecked();}
|
bool IsDisableMessages() {return m_pDisableMessages && m_pDisableMessages->isChecked();}
|
||||||
CSbieView* GetBoxView() { return m_pBoxView; }
|
CSbieView* GetBoxView() { return m_pBoxView; }
|
||||||
|
CFileView* GetFileView() { return m_pFileView; }
|
||||||
|
|
||||||
bool RunSandboxed(const QStringList& Commands, const QString& BoxName, const QString& WrkDir = QString());
|
bool RunSandboxed(const QStringList& Commands, const QString& BoxName, const QString& WrkDir = QString());
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue