Aegisub/aegisub/src/bitmaps/undo_button_xpm.xpm
Amar Takhar 0d40a537f4 Add XPM versions of the .bmp buttons.
Originally committed to SVN as r3239.
2009-07-23 23:44:27 +00:00

23 lines
438 B
C

/* XPM */
const char *undo_button_xpm[] = {
/* columns rows colors chars-per-pixel */
"16 15 2 1",
" c navy",
". c None",
/* pixels */
"................",
"................",
"................",
"................",
"........ ...",
".. ... .... ..",
".. . ....... ..",
".. ........ ..",
".. ....... ..",
".. ..... ..",
"........... ...",
"................",
"................",
"................",
"................"
};