mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-01-12 12:30:31 +00:00
This commit is contained in:
parent
f440adffe2
commit
ca423b89b2
@ -11,11 +11,16 @@ enum {NOT_ASCII=0, ASCII};
|
|||||||
#define FRAMEBUFFER_W 560
|
#define FRAMEBUFFER_W 560
|
||||||
#define FRAMEBUFFER_H 384
|
#define FRAMEBUFFER_H 384
|
||||||
|
|
||||||
|
// Direct Draw -- For Full Screen
|
||||||
|
extern LPDIRECTDRAW g_pDD;
|
||||||
|
extern LPDIRECTDRAWSURFACE g_pDDPrimarySurface;
|
||||||
|
extern IDirectDrawPalette* g_pDDPal;
|
||||||
|
|
||||||
// Win32
|
// Win32
|
||||||
extern HWND g_hFrameWindow;
|
extern HWND g_hFrameWindow;
|
||||||
extern HDC g_hFrameDC;
|
extern HDC g_hFrameDC;
|
||||||
|
extern BOOL g_bIsFullScreen;
|
||||||
|
|
||||||
extern BOOL fullscreen;
|
|
||||||
void FrameCreateWindow ();
|
void FrameCreateWindow ();
|
||||||
HDC FrameGetDC ();
|
HDC FrameGetDC ();
|
||||||
HDC FrameGetVideoDC (LPBYTE *,LONG *);
|
HDC FrameGetVideoDC (LPBYTE *,LONG *);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user