openbsd-ports/mbone/sdr/files/image_directory.xbm
angelos 32c5440147 Add necessary patch and files for SDP (Session Directory Protocol)
handling. Patches found (slightly adapted) from www.live.com
1999-09-04 23:24:31 +00:00

21 lines
324 B
C

#define directory_width 16
#define directory_height 16
static unsigned char directory_bits[] = {
0x00, 0x00,
0x7c, 0x00,
0x82, 0x00,
0x01, 0xff,
0x01, 0xc0,
0x01, 0xc0,
0x01, 0xc0,
0x01, 0xc0,
0x01, 0xc0,
0x01, 0xc0,
0x01, 0xc0,
0x01, 0xc0,
0x01, 0xc0,
0x01, 0xc0,
0xff, 0xff,
0xff, 0xff,
};