BSD 4_3_Tahoe release
[unix-history] / usr / src / new / X / uwm / middlebutton.cursor
CommitLineData
95f51977
C
1
2/************************************************************************
3 * *
4 * Copyright (c) 1986 by *
5 * Digital Equipment Corporation, Maynard, MA *
6 * All Rights Reserved. *
7 * *
8 * Permission to use, copy, modify, and distribute this software *
9 * and its documentation is hereby granted only to licensees of *
10 * The Regents of the University of California pursuant to their *
11 * license agreement for the Berkeley Software Distribution *
12 * provided that the following appears on all copies. *
13 * *
14 * "LICENSED FROM DIGITAL EQUIPMENT CORPORATION *
15 * COPYRIGHT (C) 1986 *
16 * DIGITAL EQUIPMENT CORPORATION *
17 * MAYNARD, MA *
18 * ALL RIGHTS RESERVED. *
19 * *
20 * THE INFORMATION IN THIS SOFTWARE IS SUBJECT TO CHANGE WITHOUT *
21 * NOTICE AND SHOULD NOT BE CONSTRUED AS A COMMITMENT BY DIGITAL *
22 * EQUIPMENT CORPORATION. DIGITAL MAKES NO REPRESENTATIONS *
23 * ABOUT SUITABILITY OF THIS SOFTWARE FOR ANY PURPOSE. IT IS *
24 * SUPPLIED "AS IS" WITHOUT EXPRESS OR IMPLIED WARRANTY. *
25 * *
26 * IF THE UNIVERSITY OF CALIFORNIA OR ITS LICENSEES MODIFY *
27 * THE SOFTWARE IN A MANNER CREATING DERIVATIVE COPYRIGHT *
28 * RIGHTS APPROPRIATE COPYRIGHT LEGENDS MAY BE PLACED ON THE *
29 * DERIVATIVE WORK IN ADDITION TO THAT SET FORTH ABOVE." *
30 * *
31 ************************************************************************/
32
33
34/*
35 * MODIFICATION HISTORY
36 *
37 * 000 -- M. Gancarz, DEC Ultrix Engineering Group
38 */
39
40/* static char *sccsid = "@(#)middlebutton.cursor 3.8 1/24/86"; */
41#define middlebutton_width 16
42#define middlebutton_height 16
43static short middlebutton_bits[] = {
44 0xc001, 0xbffe, 0xbffe, 0xa222,
45 0xaa2a, 0xaa2a, 0xaa2a, 0xaa2a,
46 0xa222, 0xbffe, 0xbffe, 0xbffe,
47 0xbffe, 0xbffe, 0xbffe, 0xc001};