File: cursor_data.h

package info (click to toggle)
xlife 5.0-2
  • links: PTS
  • area: main
  • in suites: potato
  • size: 1,604 kB
  • ctags: 892
  • sloc: ansic: 7,547; makefile: 434
file content (8 lines) | stat: -rw-r--r-- 361 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
#define cursor_data_width 16
#define cursor_data_height 16
#define cursor_data_x_hot 7
#define cursor_data_y_hot 7
static unsigned char cursor_data_bits[] = {
   0x60, 0x03, 0x60, 0x03, 0x60, 0x03, 0x60, 0x03, 0x60, 0x03, 0x7f, 0x7f,
   0x7f, 0x7f, 0x00, 0x00, 0x7f, 0x7f, 0x7f, 0x7f, 0x60, 0x03, 0x60, 0x03,
   0x60, 0x03, 0x60, 0x03, 0x60, 0x03, 0x00, 0x00};