annotate etc/custom/check0.xpm @ 4956:3461165c79be

fix compile errors due to mismatched string pointer types -------------------- ChangeLog entries follow: -------------------- src/ChangeLog addition: 2010-01-28 Ben Wing <ben@xemacs.org> * device-x.c (x_init_device): * emodules.c (emodules_load): * emodules.c (emodules_doc_subr): * emodules.c (emodules_doc_sym): * emodules.h: Make the externally-called functions emodules_doc_sym() and emodules_doc_subr() take Ascbyte * pointers since they're usually passed string constants and we can't guarantee the encoding if it's not ASCII. Fix pointer type in calls to dll_variable(), etc.
author Ben Wing <ben@xemacs.org>
date Thu, 28 Jan 2010 01:15:10 -0600
parents 8fc7fe29b841
children 7910031dd78a
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
22
8fc7fe29b841 Import from CVS: tag r19-15b94
cvs
parents:
diff changeset
1 /* XPM */
8fc7fe29b841 Import from CVS: tag r19-15b94
cvs
parents:
diff changeset
2 static char * check0_xpm[] = {
8fc7fe29b841 Import from CVS: tag r19-15b94
cvs
parents:
diff changeset
3 "11 11 3 1",
8fc7fe29b841 Import from CVS: tag r19-15b94
cvs
parents:
diff changeset
4 " c #E6E6E6E6E6E6",
8fc7fe29b841 Import from CVS: tag r19-15b94
cvs
parents:
diff changeset
5 ". c #737373737373",
8fc7fe29b841 Import from CVS: tag r19-15b94
cvs
parents:
diff changeset
6 "X c #BFBFBFBFBFBF",
8fc7fe29b841 Import from CVS: tag r19-15b94
cvs
parents:
diff changeset
7 " ",
8fc7fe29b841 Import from CVS: tag r19-15b94
cvs
parents:
diff changeset
8 " .",
8fc7fe29b841 Import from CVS: tag r19-15b94
cvs
parents:
diff changeset
9 " XXXXXXX..",
8fc7fe29b841 Import from CVS: tag r19-15b94
cvs
parents:
diff changeset
10 " XXXXXXX..",
8fc7fe29b841 Import from CVS: tag r19-15b94
cvs
parents:
diff changeset
11 " XXXXXXX..",
8fc7fe29b841 Import from CVS: tag r19-15b94
cvs
parents:
diff changeset
12 " XXXXXXX..",
8fc7fe29b841 Import from CVS: tag r19-15b94
cvs
parents:
diff changeset
13 " XXXXXXX..",
8fc7fe29b841 Import from CVS: tag r19-15b94
cvs
parents:
diff changeset
14 " XXXXXXX..",
8fc7fe29b841 Import from CVS: tag r19-15b94
cvs
parents:
diff changeset
15 " XXXXXXX..",
8fc7fe29b841 Import from CVS: tag r19-15b94
cvs
parents:
diff changeset
16 " .........",
8fc7fe29b841 Import from CVS: tag r19-15b94
cvs
parents:
diff changeset
17 " .........."};