12 lines
197 B
C
12 lines
197 B
C
/* XPM */
|
|
static char *ellipsis[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"12 4 2 1 ",
|
|
" c None",
|
|
". c black",
|
|
/* pixels */
|
|
" ",
|
|
" .. .. ..",
|
|
" .. .. ..",
|
|
" "
|
|
};
|