File: right.xbm

package info (click to toggle)
rat 4.2.22-2.2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,896 kB
  • ctags: 3,717
  • sloc: ansic: 36,542; tcl: 2,740; sh: 2,675; makefile: 295
file content (10 lines) | stat: -rw-r--r-- 318 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
#define right_width 8
#define right_height 8
#ifndef WIN32
static unsigned char right_bits[] = {
   0x04, 0x0c, 0x1c, 0x3c, 0x3c, 0x1c, 0x0c, 0x04};
#else
static unsigned char right_bits[] = {
   '\x04', '\x0c', '\x1c', '\x3c', '\x3c', '\x1c', '\x0c', '\x04'};
#endif /* WIN32 */
/**** Generated by xbm2dual.awk ****/