2 * structure definitions for CURSOR
4 * Copyright Martin Ayotte, 1993
7 #ifndef __WINE_CURSOR_H
8 #define __WINE_CURSOR_H
12 POINT pntHotSpot; /* cursor hot spot */
13 WORD nWidth; /* width of bitmap in pixels */
16 BYTE byPlanes; /* number of bit planes */
17 BYTE byBitsPix; /* bits per pixel */
18 } CURSORICONINFO, FAR *LPCURSORICONINFO;
32 CURSORDESCRIP descriptor;
40 extern void CURSOR_SetWinCursor( HWND hwnd, HCURSOR hcursor ); /* cursor.c */
42 #endif /* __WINE_CURSOR_H */