Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 135359
Collapse All | Expand All

(-)asclock-2.0.12-orig/asclock.h (-9 / +9 lines)
Lines 38-52 Link Here
38
#define INT_TYPE 0;
38
#define INT_TYPE 0;
39
39
40
/* the xpm data */
40
/* the xpm data */
41
extern char *clock_xpm[];
41
static char *clock_xpm[];
42
extern char *month_xpm[];
42
static char *month_xpm[];
43
extern char *weekday_xpm[];
43
static char *weekday_xpm[];
44
extern char *led_xpm[];
44
static char *led_xpm[];
45
extern char *date_xpm[];
45
static char *date_xpm[];
46
extern char *hour_xpm[];
46
static char *hour_xpm[];
47
extern char *minute_xpm[];
47
static char *minute_xpm[];
48
extern char *second_xpm[];
48
static char *second_xpm[];
49
extern char *beats_xpm[];
49
static char *beats_xpm[];
50
50
51
/* the filenames */
51
/* the filenames */
52
extern char clock_xpm_fn[MAX_PATH_LEN];
52
extern char clock_xpm_fn[MAX_PATH_LEN];
(-)asclock-2.0.12-orig/themes/classic/beats.xpm (-1 / +1 lines)
Line 1 Link Here
1
char *beats_xpm[] = { NULL };
1
static char *beats_xpm[] = { NULL };
(-)asclock-2.0.12-orig/themes/classic/led.xpm (-1 / +1 lines)
Lines 1-5 Link Here
1
/* XPM */
1
/* XPM */
2
char * led_xpm[] = {
2
static char * led_xpm[] = {
3
"135 11 3 1",
3
"135 11 3 1",
4
" 	c #282828",
4
" 	c #282828",
5
"O	c #00df00",
5
"O	c #00df00",

Return to bug 135359