diff options
| author | Miles Bader | 2000-10-05 05:23:01 +0000 |
|---|---|---|
| committer | Miles Bader | 2000-10-05 05:23:01 +0000 |
| commit | 2f71e601288d27ed4ab60be6f9420408c2e1916d (patch) | |
| tree | 291ebe9cc465eb98e43f98c76d0e595750fa8624 | |
| parent | 3694cb3fdecea0dda1b72429df36f1a6eef197d1 (diff) | |
| download | emacs-2f71e601288d27ed4ab60be6f9420408c2e1916d.tar.gz emacs-2f71e601288d27ed4ab60be6f9420408c2e1916d.zip | |
Remove top empty line.
| -rw-r--r-- | etc/gnus-pointer.xbm | 5 | ||||
| -rw-r--r-- | etc/gnus-pointer.xpm | 3 |
2 files changed, 4 insertions, 4 deletions
diff --git a/etc/gnus-pointer.xbm b/etc/gnus-pointer.xbm index 94e915428c3..336a377293b 100644 --- a/etc/gnus-pointer.xbm +++ b/etc/gnus-pointer.xbm | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | |||
| 1 | #define noname_width 18 | 2 | #define noname_width 18 |
| 2 | #define noname_height 13 | 3 | #define noname_height 12 |
| 3 | static char noname_bits[] = { | 4 | static char noname_bits[] = { |
| 4 | 0x00,0x00,0x00,0xc0,0x0c,0x00,0xe0,0x1f,0x00,0x92,0x39,0x00,0x0e,0x71,0x02, | 5 | 0xc0,0x0c,0x00,0xe0,0x1f,0x00,0x92,0x39,0x00,0x0e,0x71,0x02, |
| 5 | 0x46,0xe0,0x03,0x20,0xc0,0x01,0x00,0x08,0x00,0x10,0x0d,0x00,0xc4,0x08,0x00, | 6 | 0x46,0xe0,0x03,0x20,0xc0,0x01,0x00,0x08,0x00,0x10,0x0d,0x00,0xc4,0x08,0x00, |
| 6 | 0x78,0x08,0x00,0x18,0x89,0x00,0x00,0x08,0x00}; | 7 | 0x78,0x08,0x00,0x18,0x89,0x00,0x00,0x08,0x00}; |
diff --git a/etc/gnus-pointer.xpm b/etc/gnus-pointer.xpm index c47443dbb74..ab6b556e955 100644 --- a/etc/gnus-pointer.xpm +++ b/etc/gnus-pointer.xpm | |||
| @@ -1,12 +1,11 @@ | |||
| 1 | /* XPM */ | 1 | /* XPM */ |
| 2 | static char *gnus-pointer[] = { | 2 | static char *gnus-pointer[] = { |
| 3 | /* width height num_colors chars_per_pixel */ | 3 | /* width height num_colors chars_per_pixel */ |
| 4 | " 18 13 2 1", | 4 | " 18 12 2 1", |
| 5 | /* colors */ | 5 | /* colors */ |
| 6 | ". c #0000ff", | 6 | ". c #0000ff", |
| 7 | "# c None s None", | 7 | "# c None s None", |
| 8 | /* pixels */ | 8 | /* pixels */ |
| 9 | "##################", | ||
| 10 | "######..##..######", | 9 | "######..##..######", |
| 11 | "#####........#####", | 10 | "#####........#####", |
| 12 | "#.##.##..##...####", | 11 | "#.##.##..##...####", |