view Gui/mplayer/pixmaps/ok.xpm @ 9913:88fe89b46786

Add suffix support to the object list type. So now -vf-clr destroy the list -vf-add filer1=blah,filter append these 2 filters, -vf-pre ... will 'prepend' them. Finnaly -vf-del 2,3,-1 will delete the filters at at given indexs It start from 0, negative number start from the end of the list (so -1 is the last one).
author albeu
date Sat, 12 Apr 2003 13:45:43 +0000
parents d237c5d4b216
children 813bc920b876
line wrap: on
line source

/* XPM */
static char *ok_xpm[] = {
"28 16 6 1",
"  c None",
". c #000000",
"# c #4b4b4b",
"a c #8e8e8e",
"b c #c69c6d",
"c c #e6e6e6",
"                            ",
" ##c                        ",
" #b#c                ..     ",
" #bb#c               ..     ",
" #bbb#c              ..     ",
" #bbbb#c      ....   ..  .. ",
" #bbbbb#c    ..  ..  .. ..  ",
" #bbbbb#a    ..  ..  ....   ",
" #bbbb#aa    ..  ..  ...    ",
" #bbb#aa     ..  ..  ....   ",
" #bb#aa      ..  ..  .. ..  ",
" #b#aa        ....   ..  .. ",
" ##aa                       ",
" aaa                        ",
"                            ",
"                            "
};