blob: f6c5c5af1b68e47301045adbc8afb3b0df891d08 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/* XPM */
static const char * const sticky[] = {
/* width height num_colors chars_per_pixel */
" 4 4 2 1",
/* colors */
". c #ffffff",
"x c #000000",
/* pixels */
".xx.",
"xxxx",
"xxxx",
".xx."
};
|