2 #ifndef _CURSOR_STUFF_H
3 #define _CURSOR_STUFF_H
7 /* copied and modified from Paul Sheer's xdndv2 library.*/
8 typedef struct XdndCursorStruct
{
12 int y
; /*width,height,x offset, y offset*/
13 unsigned char *imageData
, *maskData
; /*Used for initialization*/
14 char *actionStr
; /*Action string the cursor is associated with.*/
15 Atom action
; /*Action the cursor is associated with.*/
16 Cursor cursor
; /*The actual cursor*/