3 #ifndef __FB_GFX_WIN32_H__
4 #define __FB_GFX_WIN32_H__
9 #define WINDOW_CLASS_PREFIX "fbgfxclass_"
10 #define WINDOW_CLASS_SIZE (sizeof( WINDOW_CLASS_PREFIX ) + (sizeof( void * ) * 2))
43 int w, h, depth, flags, refresh_rate;
50 unsigned int WINAPI (*
thread)(
void *param );
73 extern LRESULT CALLBACK
fb_hWin32WinProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
76 extern int fb_hWin32Init(
char *title,
int w,
int h,
int depth,
int refresh_rate,
int flags);