mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-04-20 15:17:50 +00:00
Correct BMP creation on Linux (PR #1014)
Enable BMP Header packing on all compilers. Add virtual function to FrameBase to select where to save screenshots.
This commit is contained in:
@@ -620,3 +620,9 @@ BYTE* Win32Frame::GetResource(WORD id, LPCSTR lpType, DWORD dwExpectedSize)
|
||||
|
||||
return pResource;
|
||||
}
|
||||
|
||||
std::string Win32Frame::Video_GetScreenShotFolder()
|
||||
{
|
||||
// save in current folder
|
||||
return "";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user