AppleWin/source/linux/linuxframe.cpp
Andrea Odetti faca71ace7 Incorporate changes to FrameBase and Video.
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
2020-12-30 18:28:27 +00:00

44 lines
779 B
C++

#include "StdAfx.h"
#include "linux/linuxframe.h"
void LinuxFrame::FrameDrawDiskLEDS(HDC hdc)
{
}
void LinuxFrame::FrameDrawDiskStatus(HDC hdc)
{
}
void LinuxFrame::FrameRefreshStatus(int, bool /* bUpdateDiskStatus */)
{
}
void LinuxFrame::FrameUpdateApple2Type()
{
}
void LinuxFrame::FrameSetCursorPosByMousePos()
{
}
void LinuxFrame::SetFullScreenShowSubunitStatus(bool /* bShow */)
{
}
bool LinuxFrame::GetBestDisplayResolutionForFullScreen(UINT& /* bestWidth */, UINT& /* bestHeight */ , UINT /* userSpecifiedHeight */)
{
return false;
}
int LinuxFrame::SetViewportScale(int nNewScale, bool /* bForce */)
{
return nNewScale;
}
void LinuxFrame::SetAltEnterToggleFullScreen(bool /* mode */)
{
}
void LinuxFrame::SetLoadedSaveStateFlag(const bool /* bFlag */)
{
}