annotate lisp/toolbar/gud-cont.xpm @ 89852:b636ae1109c6

(MAX_ANNOTATION_LENGTH): Adjusted for the change of annotation data format. (ADD_ANNOTATION_DATA, ADD_COMPOSITION_DATA, ADD_CHARSET_DATA): Change arguments FROM and TO to single argument NCHARS. Caller changed. (decode_coding_utf_8): Pay attention to coding->charbuf_used. (decode_coding_utf_16, decode_coding_emacs_mule) (decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5) (decode_coding_ccl, decode_coding_charset): Likewise. (get_translation): New function. (produce_chars): New arguments translation_table and last_block. Translate characters here. Return number of carryover chars. Caller changed. (produce_composition): New argument pos. Caller changed. Adjusted for the change of annotation data format. (produce_charset, produce_annotation): Likewise. (decode_coding): Don't call translate_chars.
author Kenichi Handa <handa@m17n.org>
date Wed, 10 Mar 2004 23:11:18 +0000
parents 9c5f4d80a59c
children f7114bba1fd4
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
48289
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
1 /* XPM */
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
2 static char * continue_xpm[] = {
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
3 "24 24 6 1",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
4 " c #c0c0c0",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
5 ". c #cc0033",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
6 "X c #d99faa",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
7 "o c #616161",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
8 "O c #2a1f55",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
9 "+ c #aa9faa",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
10 " ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
11 " ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
12 " ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
13 " ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
14 " .X ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
15 " X..X ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
16 " ....... oO Oo ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
17 " X..X oO+ +Oo ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
18 " .X OO OO ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
19 " OO OO ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
20 " OO OO ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
21 " Oo oO ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
22 " OO OO ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
23 " Oo oO ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
24 " OO OO ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
25 " OO OO ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
26 " OO OO ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
27 " oO+ +Oo ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
28 " oO Oo ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
29 " ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
30 " ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
31 " ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
32 " ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
33 " "};