1 #ifndef WMGENERAL_H_INCLUDED
2 #define WMGENERAL_H_INCLUDED
8 #define MAX_MOUSE_REGION (8)
14 typedef struct _rckeys rckeys
;
24 XpmAttributes attributes
;
37 /***********************/
38 /* Function Prototypes */
39 /***********************/
41 void AddMouseRegion(int index
, int left
, int top
, int right
, int bottom
);
42 int CheckMouseRegion(int x
, int y
);
44 void openXwindow(int argc
, char *argv
[], char **, char *, int, int);
45 void RedrawWindow(void);
46 void RedrawWindowXY(int x
, int y
);
48 void copyXPMArea(int, int, int, int, int, int);
49 void copyXBMArea(int, int, int, int, int, int);
50 void setMaskXY(int, int);
52 void parse_rcfile(const char *, rckeys
*);