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

Method GetFrameBufferBorderlessHeight

source/Video.cpp:99–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99UINT Video::GetFrameBufferBorderlessHeight(void)
100{
101 return HasVidHD() ? kVideoHeightIIgs : kVideoHeightII;
102}
103
104// NB. These border areas are not visible (... and these border areas are unrelated to the 3D border below)
105UINT Video::GetFrameBufferBorderWidth(void)

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