BSD 4_3_Tahoe development
authorCSRG <csrg@ucbvax.Berkeley.EDU>
Wed, 4 Jun 1986 04:18:35 +0000 (20:18 -0800)
committerCSRG <csrg@ucbvax.Berkeley.EDU>
Wed, 4 Jun 1986 04:18:35 +0000 (20:18 -0800)
Work on file usr/src/new/X/cursors/bcross.cursor
Work on file usr/src/new/X/cursors/bcross_mask.cursor

Synthesized-from: CSRG/cd2/4.3tahoe

usr/src/new/X/cursors/bcross.cursor [new file with mode: 0644]
usr/src/new/X/cursors/bcross_mask.cursor [new file with mode: 0644]

diff --git a/usr/src/new/X/cursors/bcross.cursor b/usr/src/new/X/cursors/bcross.cursor
new file mode 100644 (file)
index 0000000..d793883
--- /dev/null
@@ -0,0 +1,9 @@
+#define bcross_width 15
+#define bcross_height 15
+#define bcross_x_hot 7
+#define bcross_y_hot 7
+static short bcross_bits[] = {
+   0x0000, 0x0080, 0x0080, 0x0080,
+   0x0080, 0x0080, 0x0000, 0x3e3e,
+   0x0000, 0x0080, 0x0080, 0x0080,
+   0x0080, 0x0080, 0x0000};
diff --git a/usr/src/new/X/cursors/bcross_mask.cursor b/usr/src/new/X/cursors/bcross_mask.cursor
new file mode 100644 (file)
index 0000000..cbb0c92
--- /dev/null
@@ -0,0 +1,9 @@
+#define bcross_mask_width 15
+#define bcross_mask_height 15
+#define bcross_mask_x_hot 7
+#define bcross_mask_y_hot 7
+static short bcross_mask_bits[] = {
+   0x81c0, 0x81c0, 0x81c0, 0x81c0,
+   0x81c0, 0x81c0, 0xfe3f, 0xfe3f,
+   0xfe3f, 0x81c0, 0x81c0, 0x81c0,
+   0x81c0, 0x81c0, 0x81c0};