forked from mia/Aegisub
0d40a537f4
Originally committed to SVN as r3239.
23 lines
439 B
C
23 lines
439 B
C
/* XPM */
|
|
const char *button_prev_xpm[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"16 15 2 1",
|
|
" c black",
|
|
". c None",
|
|
/* pixels */
|
|
"................",
|
|
"................",
|
|
"................",
|
|
"................",
|
|
"....... .. .....",
|
|
"...... . .....",
|
|
"..... .....",
|
|
".... .....",
|
|
"..... .....",
|
|
"...... . .....",
|
|
"....... .. .....",
|
|
"................",
|
|
"................",
|
|
"................",
|
|
"................"
|
|
};
|