File: cursor.h

package info (click to toggle)
xjig 2.4-2.2
  • links: PTS
  • area: main
  • in suites: slink
  • size: 376 kB
  • ctags: 1,155
  • sloc: cpp: 4,534; makefile: 693
file content (8 lines) | stat: -rw-r--r-- 327 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
7
8
#define cursor_width 16
#define cursor_height 16
#define cursor_x_hot 8
#define cursor_y_hot 8
static char cursor_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, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};