AppleWin/source/Windows
Andrea 6cffb30330
FrameBase: some changes to ease implementations (PR #910)
. simplify the interface FrameBase to make it easier to implement it for different cases (remove HDC and make parameters more explicit)
. remove functions which are only called on a Win32Frame (in which case a cast is guaranteed to succeed)
. otherwise there is the risk that every FrameBase implementation wants to add its own variants.
. FrameBase::FrameRefreshStatus() simplify implementation: pass all flags explicitly
2021-01-10 16:33:06 +00:00
..
AppleWin.cpp FrameBase: some changes to ease implementations (PR #910) 2021-01-10 16:33:06 +00:00
AppleWin.h IPropertySheet: make it a standard C++ class with pure virtual functions (PR #892) 2020-12-20 15:32:51 +00:00
DirectInput.cpp Remove VirtualAlloc, VirtualFree & ZeroMemory. (PR #884) 2020-12-10 21:08:15 +00:00
DirectInput.h Split Video.cpp to WinVideo.cpp to remove most of the Win32 specific functions (PR #872) 2020-11-21 20:57:56 +00:00
Win32Frame.cpp FrameBase: some changes to ease implementations (PR #910) 2021-01-10 16:33:06 +00:00
Win32Frame.h FrameBase: some changes to ease implementations (PR #910) 2021-01-10 16:33:06 +00:00
WinFrame.cpp FrameBase: some changes to ease implementations (PR #910) 2021-01-10 16:33:06 +00:00
WinFrame.h FrameBase: some changes to ease implementations (PR #910) 2021-01-10 16:33:06 +00:00