xref: /trunk/main/vcl/inc/unx/x11_cursors/tblsels_mask.h (revision 3cf928b3419a2297f6a2c78ae84401fd17cdcb6d)
1e6b30a3dSAndrew Rist /**************************************************************
2e6b30a3dSAndrew Rist  *
3e6b30a3dSAndrew Rist  * Licensed to the Apache Software Foundation (ASF) under one
4e6b30a3dSAndrew Rist  * or more contributor license agreements.  See the NOTICE file
5e6b30a3dSAndrew Rist  * distributed with this work for additional information
6e6b30a3dSAndrew Rist  * regarding copyright ownership.  The ASF licenses this file
7e6b30a3dSAndrew Rist  * to you under the Apache License, Version 2.0 (the
8e6b30a3dSAndrew Rist  * "License"); you may not use this file except in compliance
9e6b30a3dSAndrew Rist  * with the License.  You may obtain a copy of the License at
10e6b30a3dSAndrew Rist  *
11e6b30a3dSAndrew Rist  *   http://www.apache.org/licenses/LICENSE-2.0
12e6b30a3dSAndrew Rist  *
13e6b30a3dSAndrew Rist  * Unless required by applicable law or agreed to in writing,
14e6b30a3dSAndrew Rist  * software distributed under the License is distributed on an
15e6b30a3dSAndrew Rist  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16e6b30a3dSAndrew Rist  * KIND, either express or implied.  See the License for the
17e6b30a3dSAndrew Rist  * specific language governing permissions and limitations
18e6b30a3dSAndrew Rist  * under the License.
19e6b30a3dSAndrew Rist  *
20e6b30a3dSAndrew Rist  *************************************************************/
21e6b30a3dSAndrew Rist 
22*3cf928b3SMatthias Seidel #define tblsels_mask_width 24
23*3cf928b3SMatthias Seidel #define tblsels_mask_height 24
24*3cf928b3SMatthias Seidel #define tblsels_mask_x_hot 11
25*3cf928b3SMatthias Seidel #define tblsels_mask_y_hot 22
26cdf0e10cSrcweir 
2766b0ed24SMatthias Seidel static const unsigned char tblsels_mask_bits[] = {
28*3cf928b3SMatthias Seidel     0x00,0x00,0x00,
29*3cf928b3SMatthias Seidel     0x00,0x00,0x00,
30*3cf928b3SMatthias Seidel     0x00,0x00,0x00,
31*3cf928b3SMatthias Seidel     0x00,0x00,0x00,
32*3cf928b3SMatthias Seidel     0x00,0x00,0x00,
33*3cf928b3SMatthias Seidel     0x00,0x00,0x00,
34*3cf928b3SMatthias Seidel     0x00,0x00,0x00,
35*3cf928b3SMatthias Seidel     0x00,0x00,0x00,
36*3cf928b3SMatthias Seidel     0x00,0x00,0x00,
37*3cf928b3SMatthias Seidel     0x00,0x00,0x00,
38*3cf928b3SMatthias Seidel     0x00,0x00,0x00,
39*3cf928b3SMatthias Seidel     0x00,0x00,0x00,
40*3cf928b3SMatthias Seidel     0x00,0x00,0x00,
41*3cf928b3SMatthias Seidel     0xFC,0xFF,0x1F,
42*3cf928b3SMatthias Seidel     0xF8,0xFF,0x0F,
43*3cf928b3SMatthias Seidel     0xF0,0xFF,0x07,
44*3cf928b3SMatthias Seidel     0xE0,0xFF,0x03,
45*3cf928b3SMatthias Seidel     0xC0,0xFF,0x01,
46*3cf928b3SMatthias Seidel     0x80,0xFF,0x00,
47*3cf928b3SMatthias Seidel     0x00,0x7F,0x00,
48*3cf928b3SMatthias Seidel     0x00,0x3E,0x00,
49*3cf928b3SMatthias Seidel     0x00,0x1C,0x00,
50*3cf928b3SMatthias Seidel     0x00,0x08,0x00,
51*3cf928b3SMatthias Seidel     0x00,0x00,0x00};
52