mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-03 22:23:24 +00:00
e3b6b56b0b
ATTENTION: It not work in > 256 colors modes, anyone who knows X in this place, fix it, please.
20 lines
690 B
Plaintext
20 lines
690 B
Plaintext
*** bitmaps/bull.bak Mon Jun 13 17:59:16 1988
|
|
--- bitmaps/bull Tue Sep 3 01:46:36 1996
|
|
***************
|
|
*** 1,7 ****
|
|
#define bull_width 70
|
|
#define bull_height 75
|
|
#define bull_x_hot 0
|
|
! #define bull-y_hot -1
|
|
static char bull_bits[] = {
|
|
0xff, 0xff, 0xff, 0xff, 0x5f, 0xfe, 0xff, 0xff, 0x3f, 0xff, 0xff, 0xff,
|
|
0xff, 0x29, 0xfc, 0xff, 0xff, 0x3f, 0xff, 0xff, 0xff, 0x3f, 0x00, 0xf0,
|
|
--- 1,7 ----
|
|
#define bull_width 70
|
|
#define bull_height 75
|
|
#define bull_x_hot 0
|
|
! #define bull_y_hot -1
|
|
static char bull_bits[] = {
|
|
0xff, 0xff, 0xff, 0xff, 0x5f, 0xfe, 0xff, 0xff, 0x3f, 0xff, 0xff, 0xff,
|
|
0xff, 0x29, 0xfc, 0xff, 0xff, 0x3f, 0xff, 0xff, 0xff, 0x3f, 0x00, 0xf0,
|