annotate lisp/toolbar/mh-logo.xpm @ 60624:d76335457c6a
(struct mac_output) [TARGET_API_MAC_CARBON]: New member
hourglass_control.
(HOURGLASS_WIDTH, HOURGLASS_HEIGHT): New defines.
(activate_scroll_bars, deactivate_scroll_bars): Remove declarations.
author |
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
date |
Wed, 16 Mar 2005 03:29:57 +0000 |
parents |
b35587af8747 |
children |
|
rev |
line source |
49578
|
1 /* XPM */
|
|
2 static char *mh-e[] = {
|
|
3 /* width height num_colors chars_per_pixel */
|
|
4 " 18 13 2 1",
|
|
5 /* colors */
|
|
6 "# c #666699",
|
|
7 ". c None s None",
|
|
8 /* pixels */
|
|
9 "........##........",
|
|
10 ".......####.......",
|
|
11 "......######......",
|
|
12 "......######......",
|
|
13 "....#########.....",
|
|
14 "..##############..",
|
|
15 ".##...######....#.",
|
|
16 "##...#.#.####...#.",
|
|
17 "....#..#.##.#...#.",
|
|
18 "...#..##.#.#.#....",
|
|
19 "...#..#..#..#.#...",
|
|
20 "...#..#.##..#.##..",
|
|
21 "...#..#.#..#....#."
|
|
22 };
|