BSD 4_3_Tahoe development
authorCSRG <csrg@ucbvax.Berkeley.EDU>
Mon, 21 Sep 1987 12:26:00 +0000 (04:26 -0800)
committerCSRG <csrg@ucbvax.Berkeley.EDU>
Mon, 21 Sep 1987 12:26:00 +0000 (04:26 -0800)
Work on file usr/src/new/X/xterm/sbcursor_mask.cursor

Synthesized-from: CSRG/cd2/4.3tahoe

usr/src/new/X/xterm/sbcursor_mask.cursor [new file with mode: 0644]

diff --git a/usr/src/new/X/xterm/sbcursor_mask.cursor b/usr/src/new/X/xterm/sbcursor_mask.cursor
new file mode 100644 (file)
index 0000000..a78936a
--- /dev/null
@@ -0,0 +1,7 @@
+#define sbcursor_mask_width 16
+#define sbcursor_mask_height 16
+static short sbcursor_mask_bits[] = {
+   0x0000, 0x00e0, 0x00f0, 0x00f8,
+   0x7ffc, 0x7ffe, 0x7fff, 0x7fff,
+   0x7fff, 0x7ffe, 0x7ffc, 0x00f8,
+   0x00f0, 0x00e0, 0x0000, 0x0000};