Mercurial > emacs
annotate lisp/toolbar/lc-open.xpm @ 61574:d3c53b9d1828
(x_autoselect_window_p): Remove variable.
(last_window): New variable.
(XTreassert_line_highlight, x_change_line_highlight): Remove
declarations.
(mac_focus_changed, x_detect_focus_change): New functions and
declarations.
(XTextExtents16, front_emacs_window): Remove function.
(mac_focus_frame): New function.
(XTmouse_position, do_menu_choice, do_zoom_window, XTread_socket)
(mac_check_for_quit_char): Use it instead of front_emacs_window.
(x_scroll_bar_report_motion): Obtain window from control owner.
(x_make_frame_invisible): Set window manager size hint.
(do_mouse_moved): Remove function.
(XTread_socket): Move its contents here. Generate select-window
event on mouse movement if needed. Use x_detect_focus_change on
activate/deactivate events. Don't deiconify frame or invalidate
window rectangle when dnd items are dropped. Don't
activate/deactivate root control.
(frame_highlight, frame_unhighlight): Activate/deactivate root
control here.
(syms_of_macterm): Delete DEFVAR_BOOL for x_autoselect_window_p.
author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
---|---|
date | Sat, 16 Apr 2005 03:05:15 +0000 |
parents | e3fc28ed75ac |
children |
rev | line source |
---|---|
56001 | 1 /* XPM */ |
2 static char * open2_xpm[] = { | |
3 "24 24 8 1", | |
4 " c None", | |
5 ". c #BBBDBA", | |
6 "+ c #000100", | |
7 "@ c #87AF85", | |
8 "# c #FFFFFF", | |
9 "$ c #6B6B66", | |
10 "% c #504D46", | |
11 "& c #3E4850", | |
12 " ", | |
13 " ", | |
14 " ", | |
15 " +++++++ ", | |
16 " +.#####$% ", | |
17 " +#.....@% ", | |
18 "+.#......%+ ", | |
19 "+..@@@...$%++++++++ ", | |
20 "+.@@@@@..@@........+ ", | |
21 "+.@@@@@@@@@@@@@@@@$+ ", | |
22 "+.$$++++++++++++++++++ ", | |
23 "+.$%################..& ", | |
24 "+.$+#.................+ ", | |
25 "+.%.#...............@$+ ", | |
26 "+.+#...............@@%+ ", | |
27 "+.$#............@@.@$+ ", | |
28 "+....@@@@@.....@@@@$%+ ", | |
29 "+.#..@@@@@@@@@@@@$$$+ ", | |
30 "+#.@@@@$$$$$$$$$$$$%+ ", | |
31 " +++++++++++++++++++ ", | |
32 " ", | |
33 " ", | |
34 " ", | |
35 " "}; |