22 lines
476 B
C
22 lines
476 B
C
/* XPM */
|
|
static char * tmp [] = {
|
|
/* width height ncolors cpp [x_hot y_hot] */
|
|
/* width height ncolors cpp [x_hot y_hot] */ /* Some comments */
|
|
"10 10 2 1 -1 -1",
|
|
/* colors */
|
|
" s iconColor1 m black c gray",
|
|
"} s iconColor2 m white c white",
|
|
/* pixels */
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
/* Some comments */
|
|
" ",
|
|
"}}}}}}}}}}",
|
|
"}}}}}}}}}}",
|
|
"}}}}}}}}}}" /* Some comments */,
|
|
"}}}}}}}}}}",
|
|
"}}}}}}}}}}" /* Some comments */};
|
|
|