annotate etc/gnus-pointer.xpm @ 45756:112aea59a277
(Fformat_mode_line): New function.
(frame_title_buf, frame_title_buf_end, frame_title_ptr)
(store_frame_title_char, store_frame_title): Use unconditionally.
(init_xdisp): Defsubr Fformat_mode_line.
Initialize frame_title_buf etc. unconditionally.
author |
Kim F. Storm <storm@cua.dk> |
date |
Tue, 11 Jun 2002 22:27:11 +0000 |
parents |
20ca10cf58b3 |
children |
bb6c986199c4 |
rev |
line source |
31540
|
1 /* XPM */
|
|
2 static char *gnus-pointer[] = {
|
|
3 /* width height num_colors chars_per_pixel */
|
32161
|
4 " 18 12 2 1",
|
31540
|
5 /* colors */
|
|
6 ". c #0000ff",
|
|
7 "# c None s None",
|
|
8 /* pixels */
|
|
9 "######..##..######",
|
|
10 "#####........#####",
|
|
11 "#.##.##..##...####",
|
|
12 "#...####.###...##.",
|
|
13 "#..###.######.....",
|
|
14 "#####.########...#",
|
|
15 "###########.######",
|
|
16 "####.###.#..######",
|
|
17 "######..###.######",
|
|
18 "###....####.######",
|
|
19 "###..######.######",
|
|
20 "###########.######"
|
|
21 }; |