Aegisub/aegisub/src/bitmaps/shift_to_frame_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

27 lines
499 B
C

/* XPM */
const char *shift_to_frame_xpm[] = {
/* columns rows colors chars-per-pixel */
"16 15 6 1",
" c black",
". c red",
"X c #000080800000",
"o c green",
"O c cyan",
"+ c None",
/* pixels */
"++++++++++++++++",
"+ +++++++ +++ +",
"+ +++++++ ++ o +",
"+ + oo +",
"+ .. OOOO ooo +",
"+ + XX +",
"+ oo OOOO ++ X +",
"+ +++ +",
"+ oo OOOO ++++++",
"+ ++++++",
"+ oo OOOO ++++++",
"+ ++++++",
"+ +++++++ ++++++",
"+ +++++++ ++++++",
"++++++++++++++++"
};