File: MLeft

package info (click to toggle)
pixmap 2.6pl4-18
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, lenny, squeeze, wheezy
  • size: 804 kB
  • ctags: 1,559
  • sloc: ansic: 12,709; makefile: 873; sh: 6
file content (6 lines) | stat: -rw-r--r-- 266 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
#define MLeft_width 15
#define MLeft_height 15
static char MLeft_bits[] = {
   0x00, 0x00, 0x80, 0x00, 0xc0, 0x00, 0xe0, 0x00, 0xb0, 0x00, 0xd8, 0x00,
   0xac, 0x3f, 0xd6, 0x3f, 0xac, 0x3f, 0xd8, 0x00, 0xb0, 0x00, 0xe0, 0x00,
   0xc0, 0x00, 0x80, 0x00, 0x00, 0x00};