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