3 * Goodies.c structures and exported functions
10 #define DEFAULT_MAIL_PATH "/var/mail/"
12 #define DEFAULT_MAIL_PATH "/var/spool/mail/"
14 #define DEFAULT_BELL_VOLUME 20
16 /* Tip window types */
20 #define START_TIP (-4)
23 int x
, y
, w
, h
, tw
, th
, open
, type
;
29 Bool
GoodiesParseConfig(char *tline
);
30 void LoadGoodiesFont(void);
31 void InitGoodies(void);
32 void DrawGoodies(XEvent
*evp
);
33 int MouseInClock(int x
, int y
);
34 int MouseInMail(int x
, int y
);
35 void CreateDateWindow(void);
36 void CreateMailTipWindow(void);
37 void PopupTipWindow(int px
, int py
, const char *text
);
38 void CreateTipWindow(int x
, int y
, int w
, int h
);
39 void RedrawTipWindow(void);
40 void DestroyTipWindow(void);
41 void ShowTipWindow(int open
);
42 void HandleMouseClick(XEvent event
);
43 void HandleMailClick(XEvent event
);
44 Bool
change_goody_colorset(int cset
, Bool force
);