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
;
60 } CURSORICONFILEDIRENTRY
;
67 CURSORICONFILEDIRENTRY idEntries
[1];
73 extern HCURSOR16
CURSORICON_IconToCursor( HICON16 hIcon
,
74 BOOL32 bSemiTransparent
);
76 extern HGLOBAL32
CURSORICON_Load32( HINSTANCE32 hInstance
, LPCWSTR name
,
77 int width
, int height
, int colors
,
78 BOOL32 fCursor
, UINT32 loadflags
);
80 extern Cursor CURSORICON_XCursor
; /* Current X cursor */
82 #endif /* __WINE_CURSORICON_H */