| * Copyright 1998 Ove KÅven |
| int VGA_SetMode(unsigned Xres,unsigned Yres,unsigned Depth); |
| int VGA_GetMode(unsigned*Height,unsigned*Width,unsigned*Depth); |
| void VGA_SetPalette(PALETTEENTRY*pal,int start,int len); |
| void VGA_SetQuadPalette(RGBQUAD*color,int start,int len); |
| LPSTR VGA_Lock(unsigned*Pitch,unsigned*Height,unsigned*Width,unsigned*Depth); |
| int VGA_SetAlphaMode(unsigned Xres,unsigned Yres); |
| void VGA_GetAlphaMode(unsigned*Xres,unsigned*Yres); |
| void VGA_SetCursorPos(unsigned X,unsigned Y); |
| void VGA_GetCursorPos(unsigned*X,unsigned*Y); |
| void CALLBACK VGA_Poll(ULONG_PTR arg); |
| void VGA_ioport_out(WORD port, BYTE val); |
| BYTE VGA_ioport_in(WORD port); |
| #endif /* __WINE_VGA_H */ |