view etc/images/gnus/save-aif.xpm @ 62798:1efd1bf14e07

Now an element of Vccl_program_table is a vector of length 4, not 3. (ccl_get_compiled_code): New arg idx. Caller changed. Adjusted for the change of Vccl_program_table. (setup_ccl_program): Adjusted for the change of Vccl_program_table. (check_ccl_update): New function. (Fregister_ccl_program): Use ASET to set an element of a vector. Adjusted for the change of Vccl_program_table.
author Kenichi Handa <handa@m17n.org>
date Fri, 27 May 2005 11:27:50 +0000
parents 210af0ad3d35
children
line wrap: on
line source

/* XPM */
static char * save_aif_xpm[] = {
"24 24 6 1",
" 	c None",
".	c #999999999999",
"X	c #E1E1E0E0E0E0",
"o	c #C7C7C6C6C6C6",
"O	c #000000000000",
"+	c #FFFFFFFFFFFF",
"                        ",
"                        ",
"       .............    ",
"       .XXXXXXXXXX.X..  ",
"       .XXXXXXXXXX.XX.  ",
"       .XXXXXXXXXX....  ",
"       .XXXXXXXXXXooo.  ",
"       .XXXXXXXXXXXXX.  ",
"       .XXXXXXXXXXXXX.  ",
"       .XXXXXXXXXXXXX.  ",
" OOOOOOOOOOOOOOXXXXXX.  ",
" O..O+++++++O.OXXXXXX.  ",
" O..O+++++++O.OXXXXXX.  ",
" O..O+++++++O.OXXXXXX.  ",
" O..O+++++++O.OXXXXXX.  ",
" O..O+++++++O.OXXXXXX.  ",
" O..OOOOOOOOO.OXXXXXX.  ",
" O............OXXXXXX.  ",
" O............OXXXXXX.  ",
" O..OOOOOOOOO.O.......  ",
" O..OoooooO++.O         ",
" O..OoooooO++.O         ",
"  O.OoooooO++.O         ",
"   OOOOOOOOOOOO         "};