You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

20 lines
316 B

/* XPM */
static const char *warning_xpm[] = {
/* columns rows colors const chars-per-pixel */
"11 11 2 1",
"- c Black",
"X c Yellow",
/* pixels */
"XXXXXXXXXXX",
"XXXXXXXXXXX",
"X-XXXXXXX-X",
"X-XXXXXXX-X",
"X-XXXXXXX-X",
"X-XXX-XXX-X",
"X-XXX-XXX-X",
"X-XXX-XXX-X",
"XX-X-X-X-XX",
"XXX-XXX-XXX",
"XXXXXXXXXXX"
};