MCPcopy Create free account
hub / github.com/AppleWin/AppleWin / GetFrameBufferBorderlessWidth

Method GetFrameBufferBorderlessWidth

source/Video.cpp:94–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92//===========================================================================
93
94UINT Video::GetFrameBufferBorderlessWidth(void)
95{
96 return HasVidHD() ? kVideoWidthIIgs : kVideoWidthII;
97}
98
99UINT Video::GetFrameBufferBorderlessHeight(void)
100{

Callers 7

StretchBltMemToFrameDCFunction · 0.80
VideoPresentScreenMethod · 0.80
SetFullScreenModeMethod · 0.80
SetViewportScaleMethod · 0.80
FrameCreateWindowMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected