2 * DISPLAY driver interface
4 * Copyright 1998 Ulrich Weigand
7 #ifndef __WINE_DISPLAY_H
8 #define __WINE_DISPLAY_H
12 struct tagCURSORICONINFO;
15 typedef struct tagCURSORINFO
19 } CURSORINFO, *PCURSORINFO, *LPCURSORINFO;
22 WORD WINAPI DISPLAY_Inquire(LPCURSORINFO lpCursorInfo);
23 VOID WINAPI DISPLAY_SetCursor( struct tagCURSORICONINFO *lpCursor );
24 VOID WINAPI DISPLAY_MoveCursor( WORD wAbsX, WORD wAbsY );
25 VOID WINAPI DISPLAY_CheckCursor( void );
26 VOID WINAPI UserRepaintDisable16( BOOL16 bDisable );
28 #endif /* __WINE_DISPLAY_H */