view lisp/toolbar/up_arrow.xpm @ 60092:04686828d0da

2004-11-08 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de> * w32select.c: Summary: Thorough rework to implement Unicode clipboard operations and delayed rendering. Drop last_clipboard_text and related code, keep track of ownership via clipboard_owner instead. Drop old #if0 sections. (DEFAULT_LCID, ANSICP, OEMCP, QUNICODE, QANSICP, QOEMCP) (clipboard_owner, modifying_clipboard, cfg_coding_system) (cfg_codepage, cfg_lcid, cfg_clipboard_type, current_text) (current_coding_system, current_requires_encoding) (current_num_nls, current_clipboard_type, current_lcid): New static variables. (convert_to_handle_as_ascii, convert_to_handle_as_coded) (render, render_all, run_protected, lisp_error_handler) (owner_callback, create_owner, setup_config) (enum_locale_callback, cp_from_locale, coding_from_cp): New local functions. (term_w32select, globals_of_w32select): New global functions. (Fw32_set_clipboard_data): Ignore parameter FRAME, use clipboard_owner instead. Use delayed rendering and provide all text formats. Provide CF_LOCALE if necessary. (Fw32_get_clipboard_data): Handle CF_UNICODETEXT and CF_LOCALE. Fall back to CF_TEXT, if CF_UNICODETEXT is not available. Force DOS line-ends for decoding. (Fx_selection_exists_p): Handle CF_UNICODETEXT. (syms_of_w32select): Init and register new variables. * w32.h: Add prototypes for globals_of_w32select and term_w32select. Make the neighboring K&R declarations into prototypes, too. * emacs.c: Include w32.h to get function prototypes. (main): Call globals_of_w32select. * w32.c (term_ntproc): Call term_w32select. * mule-cmds.el (set-locale-environment): Remove call to set-selection-coding-system on Windows. * s/ms-w32.h: Guard MSC-specific #pragmas with an #ifdef.
author Jason Rumney <jasonr@gnu.org>
date Tue, 15 Feb 2005 23:19:26 +0000
parents 734ff40978ad
children
line wrap: on
line source

/* XPM */
static char * up_arrow_xpm[] = {
"24 24 67 1",
" 	c None",
".	c #000000",
"+	c #2F2F2F",
"@	c #A5B4A4",
"#	c #E8F4E6",
"$	c #96B892",
"%	c #41533C",
"&	c #F1FFF0",
"*	c #B8D6B7",
"=	c #9FC49D",
"-	c #66815E",
";	c #B6D4B5",
">	c #B9D7B8",
",	c #A1C69F",
"'	c #68835F",
")	c #637D5B",
"!	c #3F5239",
"~	c #B8D7B7",
"{	c #A2C7A0",
"]	c #6A8561",
"^	c #657F5C",
"/	c #617959",
"(	c #3E4F39",
"_	c #F0FEEF",
":	c #B7D5B6",
"<	c #657E5C",
"[	c #5D7555",
"}	c #D6EAD6",
"|	c #BFD4BF",
"1	c #C0D5C0",
"2	c #637C5B",
"3	c #4D6246",
"4	c #4C6046",
"5	c #C7E1C6",
"6	c #A1C69E",
"7	c #67815E",
"8	c #627B59",
"9	c #3D4E39",
"0	c #D0E7D0",
"a	c #B5D3B4",
"b	c #A0C39D",
"c	c #607958",
"d	c #B5D2B4",
"e	c #9DC19B",
"f	c #647D5B",
"g	c #607858",
"h	c #C6E0C5",
"i	c #B4D2B3",
"j	c #9CBF99",
"k	c #C5DFC4",
"l	c #B1CEB0",
"m	c #99BC97",
"n	c #617A59",
"o	c #5E7756",
"p	c #C0D9BF",
"q	c #AFCCAE",
"r	c #AECBAD",
"s	c #93B690",
"t	c #607857",
"u	c #5E7656",
"v	c #8DB389",
"w	c #748A72",
"x	c #71916E",
"y	c #5A7257",
"z	c #4D6247",
"A	c #4D6146",
"B	c #43543D",
"                        ",
"                        ",
"           .            ",
"          +@.           ",
"         .#$%.          ",
"        .&*=-%.         ",
"       .&;>,')!.        ",
"      .&~;>{]^/(.       ",
"     ._~>:>,]</[(.      ",
"    .}|1>~~,'23444.     ",
"   .....5;;6789.....    ",
"       .0;ab^c9.        ",
"       .5;defg9.        ",
"       .haij2g9.        ",
"       .kilmno9.        ",
"       .pqrstu9.        ",
"       .vwxyzAB.        ",
"       .........        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        ",
"                        "};