File: cursor_data.h

package info (click to toggle)
xlife 5.0-8
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 1,984 kB
  • ctags: 892
  • sloc: ansic: 7,550; makefile: 432
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};