view etc/images/sort-descending.xpm @ 85372:f7d19cfed7da

* xselect.c (x_own_selection, x_handle_selection_clear) (x_clear_frame_selections): * w32menu.c (list_of_panes, list_of_items): * w32fns.c (w32_color_map_lookup, Fx_create_frame, Fx_display_list): * textprop.c (validate_plist, interval_has_all_properties) (interval_has_some_properties, interval_has_some_properties_list) (add_properties, text_property_list): * process.c (Fget_buffer_process, list_processes_1, status_notify): * minibuf.c (Fassoc_string): * macselect.c (x_own_selection, x_clear_frame_selections) (Fx_disown_selection_internal): * keymap.c (Fcommand_remapping, where_is_internal, describe_map_tree): Use CONSP rather than !NILP and XC[AD]R rather than Fc[ad]r.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 17 Oct 2007 23:43:52 +0000
parents 75b06a7624a1
children
line wrap: on
line source

/* XPM */
static char * sort_descending_xpm[] = {
"24 24 35 1",
" 	c None",
".	c #000000",
"+	c #F8F0EE",
"@	c #E5B9BB",
"#	c #895F63",
"$	c #E7BDBC",
"%	c #C14B35",
"&	c #922B34",
"*	c #C24F3C",
"=	c #942B32",
"-	c #E8BFBE",
";	c #E8C2BF",
">	c #C34E3B",
",	c #C24F3A",
"'	c #C24D38",
")	c #E5B8B9",
"!	c #C24F38",
"~	c #E2B1AA",
"{	c #CC6B5A",
"]	c #643C3E",
"^	c #E3B5AC",
"/	c #E3B3A9",
"(	c #D07868",
"_	c #982E19",
":	c #7E261F",
"<	c #120C0F",
"[	c #2B1D1F",
"}	c #DFAA9E",
"|	c #D28575",
"1	c #7D2617",
"2	c #321C23",
"3	c #3B262E",
"4	c #D68A7A",
"5	c #321C21",
"6	c #3F2A35",
"                        ",
"                        ",
"                        ",
"              ......    ",
"     .....       ...    ",
"     .+@#.      ...     ",
"     .$%&.     ...      ",
"     .$*=.    ...       ",
"     .-*=.    ......    ",
"     .;>=.              ",
"     .$*=.      ..      ",
"     .$*=.      ..      ",
"     .$,=.              ",
"     .$'=.      ..      ",
"     .)!=.      ..      ",
"   ...~{=...            ",
"   .]^/(_:<.   ....     ",
"    .[}|12.   ..  ..    ",
"     .345.    ..  ..    ",
"      .6.     ......    ",
"       .      ..  ..    ",
"              ..  ..    ",
"                        ",
"                        "};