2 * DISPLAY driver interface
4 * Copyright 1998 Ulrich Weigand
7 #ifndef __WINE_DISPLAY_H
8 #define __WINE_DISPLAY_H
10 #include "cursoricon.h"
13 typedef struct _CURSORINFO
17 } CURSORINFO
, *LPCURSORINFO
;
20 WORD WINAPI
DISPLAY_Inquire(LPCURSORINFO lpCursorInfo
);
21 VOID WINAPI
DISPLAY_SetCursor( CURSORICONINFO
*lpCursor
);
22 VOID WINAPI
DISPLAY_MoveCursor( WORD wAbsX
, WORD wAbsY
);
23 VOID WINAPI
DISPLAY_CheckCursor();
25 #endif /* __WINE_DISPLAY_H */