don't predeclare xpm data in confusing ways
This commit is contained in:
parent
295da592d7
commit
20c8a691ae
21
x11/asclock/patches/patch-asclock_h
Normal file
21
x11/asclock/patches/patch-asclock_h
Normal file
@ -0,0 +1,21 @@
|
||||
$OpenBSD: patch-asclock_h,v 1.1 2010/05/20 10:10:30 espie Exp $
|
||||
--- asclock.h.orig Mon Mar 15 00:08:08 1999
|
||||
+++ asclock.h Thu May 20 12:09:31 2010
|
||||
@@ -37,17 +37,6 @@ extern symbol config_symbols[];
|
||||
#define MAX_PATH_LEN 512
|
||||
#define INT_TYPE 0;
|
||||
|
||||
-/* the xpm data */
|
||||
-extern char *clock_xpm[];
|
||||
-extern char *month_xpm[];
|
||||
-extern char *weekday_xpm[];
|
||||
-extern char *led_xpm[];
|
||||
-extern char *date_xpm[];
|
||||
-extern char *hour_xpm[];
|
||||
-extern char *minute_xpm[];
|
||||
-extern char *second_xpm[];
|
||||
-extern char *beats_xpm[];
|
||||
-
|
||||
/* the filenames */
|
||||
extern char clock_xpm_fn[MAX_PATH_LEN];
|
||||
extern char month_xpm_fn[MAX_PATH_LEN];
|
Loading…
Reference in New Issue
Block a user