File:  [UNIX Amiga Emulator] / uae / src / od-win32 / win32gfx.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 17:03:05 2018 UTC (8 years, 3 months ago) by root
Branches: MAIN, BSchmidt
CVS tags: uae0829, uae0828, uae0827, uae0826, uae0825, uae0824, uae0823, uae0822, uae0821, uae0820, uae0819, uae0818, HEAD
uae-0.8.18

#ifndef __WIN32GFX_H__
#define __WIN32GFX_H__

#ifndef _WIN32_WCE
#include <ddraw.h>
#endif

#ifndef _WIN32_WCE
HRESULT CALLBACK modesCallback( LPDDSURFACEDESC2 modeDesc, LPVOID context );
#endif

int WIN32GFX_IsPicassoScreen( void );
int WIN32GFX_IsFullScreen( void );
int WIN32GFX_GetWidth( void );
int WIN32GFX_GetHeight( void );
void WIN32GFX_DisplayChangeRequested( void );
void WIN32GFX_ToggleFullScreen( void );
void WIN32GFX_DisablePicasso( void );
void WIN32GFX_EnablePicasso( void );
void WIN32GFX_PaletteChange( void );
void WIN32GFX_ClearPalette( void );
void WIN32GFX_SetPalette( void );

#ifndef _WIN32_WCE
RGBFTYPE WIN32GFX_FigurePixelFormats( RGBFTYPE colortype );
int WIN32GFX_AdjustScreenmode( uae_u32 *pwidth, uae_u32 *pheight, uae_u32 *ppixbits );
#endif

extern HWND hStatusWnd;
extern HINSTANCE hDDraw;
extern char *start_path;
extern uae_u32 default_freq;

#endif

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.