view etc/images/sort-descending.xpm @ 93075:66248fc5b523

* w32fns.c (hourglass_timer, hourglass_hwnd): New variables. (syms_of_w32fns): Initialize them. (HOURGLASS_ID): New constant. (x_window_to_frame): Don't check hourglass_window. (w32_wnd_proc) <WM_TIMER>: Handle hourglass_timer. (w32_wnd_proc) <WM_EXITMENULOOP>: Set pending hourglass cursor. (w32_wnd_proc) <WM_SETCURSOR>: Set the hourglass or current cursor. (w32_wnd_proc) <WM_EMACS_SETCURSOR>: Set frame's current_cursor. Only change the cursor if hourglass is not active. (Fx_create_frame): Initialize frame's current_cursor. (hourglass_atimer): Remove. (hourglass_started): New function. (start_hourglass, cancel_hourglass, hide_hourglass): Adapt to w32. (show_hourglass): Adapt to w32, changing argument to frame. * w32term.h (struct w32_output): Remove hourglass_window. Add current_cursor. * eval.c (call_debugger, Fsignal): * keyboard.c (recursive_edit_1, cmd_error, Ftop_level) (command_loop_1, Fread_key_sequence, Fread_key_sequence_vector) (Fexecute_extended_command, cancel_hourglass_unwind): * minibuf.c (read_minibuf): * fns.c (Fy_or_n_p): Enable hourglass when HAVE_WINDOW_SYSTEM.
author Jason Rumney <jasonr@gnu.org>
date Wed, 19 Mar 2008 17:04:14 +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.     ......    ",
"       .      ..  ..    ",
"              ..  ..    ",
"                        ",
"                        "};