/* ====================== VIDEO_WIN32_DRAWDIB.H ====================== Video functions for the DrawDIB extension under Win32 This module implements video by drawing to a window using the fast drawdib extension, which automatically scales and colormaps a virtual bitmap to the screen. */ // attempt to use drawdib under GTK... not likely! #define MIXED_GTK 0 extern HWND hWndWindow, hWndStatus; // our windows extern vmModule win32DrawDibVideo; #if MIXED_GTK extern void gtk_window_paint(RECT *rect); #endif