| /************************************************************** |
| * |
| * Licensed to the Apache Software Foundation (ASF) under one |
| * or more contributor license agreements. See the NOTICE file |
| * distributed with this work for additional information |
| * regarding copyright ownership. The ASF licenses this file |
| * to you under the Apache License, Version 2.0 (the |
| * "License"); you may not use this file except in compliance |
| * with the License. You may obtain a copy of the License at |
| * |
| * http://www.apache.org/licenses/LICENSE-2.0 |
| * |
| * Unless required by applicable law or agreed to in writing, |
| * software distributed under the License is distributed on an |
| * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| * KIND, either express or implied. See the License for the |
| * specific language governing permissions and limitations |
| * under the License. |
| * |
| *************************************************************/ |
| |
| |
| #define crook_mask_width 32 |
| #define crook_mask_height 32 |
| #define crook_mask_x_hot 15 |
| #define crook_mask_y_hot 14 |
| |
| static const unsigned char crook_mask_bits[] = { |
| 0x00,0x00,0x00,0x00, |
| 0x00,0x00,0x00,0x00, |
| 0x00,0x00,0x00,0x00, |
| 0x00,0x00,0x00,0x00, |
| 0x00,0x00,0x00,0x00, |
| 0x00,0x00,0x00,0x00, |
| 0x00,0x83,0xc1,0x00, |
| 0x80,0xc7,0xe3,0x01, |
| 0xc0,0xef,0xf7,0x03, |
| 0xcc,0xef,0xf7,0x33, |
| 0x9e,0xff,0xff,0x79, |
| 0xbf,0xff,0xff,0xfd, |
| 0x77,0xff,0xff,0xee, |
| 0xee,0xf6,0x6f,0x77, |
| 0xfc,0xff,0xff,0x3f, |
| 0xb8,0xff,0xff,0x1d, |
| 0xf0,0xff,0xff,0x0f, |
| 0xf0,0x0f,0xf0,0x0f, |
| 0xf8,0x01,0x80,0x1f, |
| 0x7c,0x00,0x00,0x3e, |
| 0x38,0x00,0x00,0x1c, |
| 0x10,0x00,0x00,0x08, |
| 0x00,0x00,0x00,0x00, |
| 0x00,0x00,0x00,0x00, |
| 0x00,0x00,0x00,0x00, |
| 0x00,0x00,0x00,0x00, |
| 0x00,0x00,0x00,0x00, |
| 0x00,0x00,0x00,0x00, |
| 0x00,0x00,0x00,0x00, |
| 0x00,0x00,0x00,0x00, |
| 0x00,0x00,0x00,0x00, |
| 0x00,0x00,0x00,0x00}; |