Mercurial > emacs
annotate lisp/toolbar/gud-down.xpm @ 60364:de784812b4d4
[TARGET_API_MAC_CARBON && !MAC_OSX]: Define USE_CARBON_EVENTS to 1.
[__MRC__ && TARGET_API_MAC_CARBON]: Don't declare `qd'.
(x_free_frame_resources): Call remove_window_handler for non-tooltip
windows.
[TARGET_API_MAC_CARBON]: Don't include headers that are included via
Carbon.h.
[TARGET_API_MAC_CARBON] (mac_do_track_dragUPP)
(mac_do_receive_dragUPP): New variables.
(mac_handle_service_event, init_service_handler): Put declarations and
definitions in #ifdef MAC_OSX.
(install_window_handler) [TARGET_API_MAC_CARBON]: Create UPPs for
drag-and-drop handler functions and register them.
(remove_window_handler): New function.
(do_ae_open_documents, mac_do_receive_drag) [!MAC_OSX]: Use
fsspec_to_posix_pathname.
(main): Change #if !TARGET_API_MAC_CARBON to #ifdef MAC_OS8.
(XTread_socket) [!MAC_OSX]: Don't pass keyboard events to TSM.
[MAC_OS8] (make_mac_terminal_frame) [TARGET_API_MAC_CARBON]: Set
default cursors.
(mac_initialize) [USE_CARBON_EVENTS && !MAC_OSX] : Don't call
init_service_handler or init_quit_char_handler.
(mac_initialize) [!MAC_OSX]: Don't call MakeMeTheFrontProcess.
author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
---|---|
date | Fri, 04 Mar 2005 11:11:16 +0000 |
parents | 9c5f4d80a59c |
children | f7114bba1fd4 |
rev | line source |
---|---|
48289
9c5f4d80a59c
Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff
changeset
|
1 /* XPM */ |
9c5f4d80a59c
Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff
changeset
|
2 static char * down_xpm[] = { |
9c5f4d80a59c
Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff
changeset
|
3 "24 24 14 1", |
9c5f4d80a59c
Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff
changeset
|
4 " c #C0C0C0C0C0C0", |
9c5f4d80a59c
Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff
changeset
|
5 ". c #000000000000", |
9c5f4d80a59c
Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff
changeset
|
6 "X c #7F7F7F7F7F7F", |
9c5f4d80a59c
Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff
changeset
|
7 "o c #2D2D2D2D2D2D", |
9c5f4d80a59c
Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff
changeset
|
8 "O c #616161616161", |
9c5f4d80a59c
Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff
changeset
|
9 "+ c #FFFFCCCC6666", |
9c5f4d80a59c
Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff
changeset
|
10 "@ c #929255550000", |
9c5f4d80a59c
Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff
changeset
|
11 "# c #696969696969", |
9c5f4d80a59c
Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff
changeset
|
12 "$ c #6D6DAAAAFFFF", |
9c5f4d80a59c
Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff
changeset
|
13 "% c #49495555AAAA", |
9c5f4d80a59c
Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff
changeset
|
14 "& c #333333339999", |
9c5f4d80a59c
Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff
changeset
|
15 "* c #434343434343", |
9c5f4d80a59c
Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff
changeset
|
16 "= c #6666FFFF6666", |
9c5f4d80a59c
Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff
changeset
|
17 "- c #4949AAAA5555", |
9c5f4d80a59c
Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff
changeset
|
18 " ", |
9c5f4d80a59c
Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff
changeset
|
19 " ", |
9c5f4d80a59c
Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff
changeset
|
20 " ", |
9c5f4d80a59c
Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff
changeset
|
21 " ", |
9c5f4d80a59c
Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff
changeset
|
22 " . ", |
9c5f4d80a59c
Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff
changeset
|
23 " . ", |
9c5f4d80a59c
Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff
changeset
|
24 " . ", |
9c5f4d80a59c
Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff
changeset
|
25 " . . . ", |
9c5f4d80a59c
Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff
changeset
|
26 " X...X ", |
9c5f4d80a59c
Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff
changeset
|
27 " ... ", |
9c5f4d80a59c
Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff
changeset
|
28 " oooooooooooX.X ", |
9c5f4d80a59c
Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff
changeset
|
29 " O+++++++++O . ", |
9c5f4d80a59c
Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff
changeset
|
30 " .@@@@@@@@@. ", |
9c5f4d80a59c
Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff
changeset
|
31 " ............... ", |
9c5f4d80a59c
Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff
changeset
|
32 " #$%$$$$$$$$$%$# ", |
9c5f4d80a59c
Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff
changeset
|
33 " o%&%%%%%%%%%&%o ", |
9c5f4d80a59c
Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff
changeset
|
34 " ............... ", |
9c5f4d80a59c
Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff
changeset
|
35 " *===========* ", |
9c5f4d80a59c
Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff
changeset
|
36 " o-----------. ", |
9c5f4d80a59c
Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff
changeset
|
37 " o............ ", |
9c5f4d80a59c
Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff
changeset
|
38 " ", |
9c5f4d80a59c
Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff
changeset
|
39 " ", |
9c5f4d80a59c
Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff
changeset
|
40 " ", |
9c5f4d80a59c
Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff
changeset
|
41 " "}; |