From: CSRG Date: Sun, 30 Nov 1986 06:36:34 +0000 (-0800) Subject: BSD 4_3_Tahoe development X-Git-Tag: BSD-4_3_Net_1^2~660 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/79fdbd4dddcd74d35e6bfcb01380e7d3411ede40 BSD 4_3_Tahoe development Work on file usr/src/new/X/cursors/ll_angle.cursor Synthesized-from: CSRG/cd2/4.3tahoe --- diff --git a/usr/src/new/X/cursors/ll_angle.cursor b/usr/src/new/X/cursors/ll_angle.cursor new file mode 100644 index 0000000000..4a7532a16e --- /dev/null +++ b/usr/src/new/X/cursors/ll_angle.cursor @@ -0,0 +1,9 @@ +#define ll_angle_width 16 +#define ll_angle_height 16 +#define ll_angle_x_hot 0 +#define ll_angle_y_hot 15 +static short ll_angle_bits[] = { + 0x0000, 0x0000, 0x0000, 0x0000, + 0x0000, 0x0006, 0x0006, 0x0006, + 0x0006, 0x0006, 0x0006, 0x0006, + 0x0006, 0x07fe, 0x07fe, 0x0000};