annotate etc/images/copy.xpm @ 110504:0fdd992ff057

Fix more uses of int instead of EMACS_INT. xdisp.c (check_point_in_composition, reconsider_clip_changes): Use EMACS_INT for buffer position variables and arguments. composite.c (get_composition_id, find_composition) (run_composition_function, compose_text) (composition_gstring_width, autocmp_chars) (composition_update_it, Ffind_composition_internal): Use EMACS_INT for buffer positions and string length variables and arguments. composite.h (get_composition_id, find_composition, compose_text) (composition_gstring_width): Adjust prototypes. editfns.c (Fformat): Use EMACS_INT for string size variables. xdisp.c (store_mode_line_noprop, display_mode_element): Use EMACS_INT for string positions. intervals.c (get_property_and_range): Use EMACS_INT for buffer position arguments. intervals.h (get_property_and_range): Adjust prototype. character.c (parse_str_as_multibyte, str_as_multibyte) (parse_str_to_multibyte, str_to_multibyte, str_as_unibyte) (string_count_byte8, string_escape_byte8, c_string_width) (strwidth, lisp_string_width, multibyte_chars_in_text): Use EMACS_INT for string length variables and arguments. (string_escape_byte8): Protect against too long strings. character.h (parse_str_as_multibyte, str_as_multibyte) (parse_str_to_multibyte, str_to_multibyte, str_as_unibyte) (c_string_width, strwidth, lisp_string_width): Adjust prototypes. lisp.h (check_point_in_composition): Adjust prototype.
author Eli Zaretskii <eliz@gnu.org>
date Thu, 23 Sep 2010 10:32:38 -0400
parents 45a69ccc2f35
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
66168
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
1 /* XPM */
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
2 static char * copy_xpm[] = {
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
3 "24 24 26 1",
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
4 " c None",
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
5 ". c #000000",
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
6 "+ c #B4B4B4",
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
7 "@ c #F8F8F8",
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
8 "# c #F6F6F6",
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
9 "$ c #C3C3C3",
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
10 "% c #E9E9E9",
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
11 "& c #989898",
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
12 "* c #828282",
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
13 "= c #8A8A8A",
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
14 "- c #E8E8E8",
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
15 "; c #636363",
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
16 "> c #5A5A5A",
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
17 ", c #6B6B6B",
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
18 "' c #B3B3B3",
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
19 ") c #FFFFFF",
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
20 "! c #D6D6D6",
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
21 "~ c #818181",
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
22 "{ c #A7A7A7",
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
23 "] c #8F8F8F",
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
24 "^ c #C6C6C6",
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
25 "/ c #808080",
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
26 "( c #E7E7E7",
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
27 "_ c #6D6D6D",
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
28 ": c #767676",
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
29 "< c #F5F5F5",
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
30 " ",
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
31 " ",
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
32 " ",
66732
45a69ccc2f35 Adjust baseline
Jan Djärv <jan.h.d@swipnet.se>
parents: 66168
diff changeset
33 "............. ",
45a69ccc2f35 Adjust baseline
Jan Djärv <jan.h.d@swipnet.se>
parents: 66168
diff changeset
34 ".+@@@@@@@@@#$. ",
45a69ccc2f35 Adjust baseline
Jan Djärv <jan.h.d@swipnet.se>
parents: 66168
diff changeset
35 ".@%%%%%%%%%%%. ",
45a69ccc2f35 Adjust baseline
Jan Djärv <jan.h.d@swipnet.se>
parents: 66168
diff changeset
36 ".@&**=%+*%*+%. ",
45a69ccc2f35 Adjust baseline
Jan Djärv <jan.h.d@swipnet.se>
parents: 66168
diff changeset
37 ".@%%%%%%%%---. ",
45a69ccc2f35 Adjust baseline
Jan Djärv <jan.h.d@swipnet.se>
parents: 66168
diff changeset
38 ".@;>%,*+-............ ",
45a69ccc2f35 Adjust baseline
Jan Djärv <jan.h.d@swipnet.se>
parents: 66168
diff changeset
39 ".@%%%%%%.'))))))))))!. ",
45a69ccc2f35 Adjust baseline
Jan Djärv <jan.h.d@swipnet.se>
parents: 66168
diff changeset
40 ".@&**%*~.)))))))))))). ",
45a69ccc2f35 Adjust baseline
Jan Djärv <jan.h.d@swipnet.se>
parents: 66168
diff changeset
41 ".@%%%%%-.){]]&)^])]^). ",
45a69ccc2f35 Adjust baseline
Jan Djärv <jan.h.d@swipnet.se>
parents: 66168
diff changeset
42 ".@;>>%,/.)))))))))))). ",
45a69ccc2f35 Adjust baseline
Jan Djärv <jan.h.d@swipnet.se>
parents: 66168
diff changeset
43 ".@%%%%%(.)_;):]^)^])). ",
45a69ccc2f35 Adjust baseline
Jan Djärv <jan.h.d@swipnet.se>
parents: 66168
diff changeset
44 ".@&**%*~.)))))))))))). ",
45a69ccc2f35 Adjust baseline
Jan Djärv <jan.h.d@swipnet.se>
parents: 66168
diff changeset
45 ".<%%%%%-.){]])]]^)&]). ",
45a69ccc2f35 Adjust baseline
Jan Djärv <jan.h.d@swipnet.se>
parents: 66168
diff changeset
46 ".$%%%%%-.)))))))))))). ",
45a69ccc2f35 Adjust baseline
Jan Djärv <jan.h.d@swipnet.se>
parents: 66168
diff changeset
47 " ........)_;;):]^)^]). ",
45a69ccc2f35 Adjust baseline
Jan Djärv <jan.h.d@swipnet.se>
parents: 66168
diff changeset
48 " .)))))))))))). ",
45a69ccc2f35 Adjust baseline
Jan Djärv <jan.h.d@swipnet.se>
parents: 66168
diff changeset
49 " .){]])]]^)&]). ",
45a69ccc2f35 Adjust baseline
Jan Djärv <jan.h.d@swipnet.se>
parents: 66168
diff changeset
50 " .)))))))))))). ",
45a69ccc2f35 Adjust baseline
Jan Djärv <jan.h.d@swipnet.se>
parents: 66168
diff changeset
51 " .!))))))))))!. ",
45a69ccc2f35 Adjust baseline
Jan Djärv <jan.h.d@swipnet.se>
parents: 66168
diff changeset
52 " .............. ",
66168
28718fa5d988 Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
diff changeset
53 " "};