2020-11-27 13:48:53 +00:00
|
|
|
#include "StdAfx.h"
|
|
|
|
|
|
|
|
#include "Windows/WinFrame.h"
|
|
|
|
|
|
|
|
HWND g_hFrameWindow = (HWND)0;
|
|
|
|
BOOL g_bConfirmReboot = 1;
|
2020-11-30 09:22:23 +00:00
|
|
|
bool g_bFreshReset = false;
|
2020-11-27 13:48:53 +00:00
|
|
|
|
2020-11-24 07:51:50 +00:00
|
|
|
void FrameSetCursorPosByMousePos()
|
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
void FrameUpdateApple2Type()
|
|
|
|
{
|
|
|
|
}
|
2020-11-27 13:48:53 +00:00
|
|
|
|
|
|
|
int SetViewportScale(int nNewScale, bool bForce /*=false*/)
|
|
|
|
{
|
|
|
|
return nNewScale;
|
|
|
|
}
|
|
|
|
|
|
|
|
void SetFullScreenShowSubunitStatus(bool bShow)
|
|
|
|
{
|
|
|
|
}
|