AppleWin/source/Frame.h

12 lines
310 B
C

#pragma once
// 1.19.0.0 Hard Disk Status/Indicator Light
#define HD_LED 1
UINT GetFrameBufferBorderlessWidth(void);
UINT GetFrameBufferBorderlessHeight(void);
UINT GetFrameBufferBorderWidth(void);
UINT GetFrameBufferBorderHeight(void);
UINT GetFrameBufferWidth(void);
UINT GetFrameBufferHeight(void);