8 #define MAX_MOUSE_REGION (16)
14 typedef struct _rckeys rckeys
;
21 typedef struct _rckeys2 rckeys2
;
32 XpmAttributes attributes
;
41 /***********************/
42 /* Function Prototypes */
43 /***********************/
45 void AddMouseRegion(unsigned index
, int left
, int top
, int right
, int bottom
);
46 int CheckMouseRegion(int x
, int y
);
48 void initXwindow(char *display_name
);
49 void openXwindow(int argc
, char *argv
[], char **, char *, int, int, char *, XpmColorSymbol
*);
50 void RedrawWindow(void);
51 void RedrawWindowXY(int x
, int y
);
53 void createXBMfromXPM(char *, char **, int, int);
54 void copyXPMArea(int, int, int, int, int, int);
55 void copyXBMArea(int, int, int, int, int, int);
56 void setMaskXY(int, int);
58 void parse_rcfile (const char *, rckeys
*);
59 void parse_rcfile2(const char *, rckeys2
*);