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

Synthesized-from: CSRG/cd2/4.3tahoe

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

diff --git a/usr/src/new/X/xterm/sbcursor.cursor b/usr/src/new/X/xterm/sbcursor.cursor
new file mode 100644 (file)
index 0000000..b520e1e
--- /dev/null
@@ -0,0 +1,9 @@
+#define sbcursor_width 16
+#define sbcursor_height 16
+#define sbcursor_x_hot 1
+#define sbcursor_y_hot 7
+static short sbcursor_bits[] = {
+   0x0000, 0x0000, 0x0040, 0x0060,
+   0x0070, 0x3ff8, 0x3ffc, 0x3ffe,
+   0x3ffc, 0x3ff8, 0x0070, 0x0060,
+   0x0040, 0x0000, 0x0000, 0x0000};