tomwalters@0
|
1 /*
|
tomwalters@0
|
2 Copyright (c) Applied Psychology Unit, Medical Research Council. 1993
|
tomwalters@0
|
3 ===========================================================================
|
tomwalters@0
|
4 Permission to use, copy, modify, and distribute this software without fee
|
tomwalters@0
|
5 is hereby granted for research purposes, provided that this copyright
|
tomwalters@0
|
6 notice appears in all copies and in all supporting documentation, and that
|
tomwalters@0
|
7 the software is not redistributed for any fee (except for a nominal
|
tomwalters@0
|
8 shipping charge). Anyone wanting to incorporate all or part of this
|
tomwalters@0
|
9 software in a commercial product must obtain a license from the Medical
|
tomwalters@0
|
10 Research Council.
|
tomwalters@0
|
11
|
tomwalters@0
|
12 The MRC makes no representations about the suitability of this
|
tomwalters@0
|
13 software for any purpose. It is provided "as is" without express or
|
tomwalters@0
|
14 implied warranty.
|
tomwalters@0
|
15
|
tomwalters@0
|
16 THE MRC DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
|
tomwalters@0
|
17 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
|
tomwalters@0
|
18 THE A.P.U. BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES
|
tomwalters@0
|
19 OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
|
tomwalters@0
|
20 WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
|
tomwalters@0
|
21 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
|
tomwalters@0
|
22 SOFTWARE.
|
tomwalters@0
|
23 */
|
tomwalters@0
|
24
|
tomwalters@0
|
25 /* stipple_a: background for the Control window buttons.
|
tomwalters@0
|
26 * M.Akeroyd. July 1993.
|
tomwalters@0
|
27 */
|
tomwalters@0
|
28
|
tomwalters@0
|
29 #define stipple_a_width 8
|
tomwalters@0
|
30 #define stipple_a_height 8
|
tomwalters@0
|
31 static char stipple_a_bits[] = {
|
tomwalters@0
|
32 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|