2 * Cursor and icon definitions
4 * Copyright 1995 Alexandre Julliard
7 #ifndef __WINE_CURSORICON_H
8 #define __WINE_CURSORICON_H
40 CURSORDIRENTRY cursor
;
48 CURSORICONDIRENTRY idEntries
[1] WINE_PACKED
;
53 extern HCURSOR16
CURSORICON_IconToCursor( HICON16 hIcon
,
54 BOOL32 bSemiTransparent
);
56 extern Cursor CURSORICON_XCursor
; /* Current X cursor */
58 #endif /* __WINE_CURSORICON_H */