view etc/gray1.xbm @ 4776:73e8632018ad

Don't attempt to free dumped data, alloc.c:resize_string() 2009-12-17 Aidan Kehoe <kehoea@parhasard.net> * alloc.c (resize_string): Don't attempt to free dumped data in this function, avoiding an assertion failure.
author Aidan Kehoe <kehoea@parhasard.net>
date Thu, 17 Dec 2009 13:15:04 +0000
parents 376386a54a3c
children 7910031dd78a
line wrap: on
line source

#define bg2_width 16
#define bg2_height 16
static char bg2_bits[] = {
  0x55, 0x55, 0x00, 0x00, 0x55, 0x55, 0x00, 0x00, 0x55, 0x55, 0x00, 0x00,
  0x55, 0x55, 0x00, 0x00, 0x55, 0x55, 0x00, 0x00, 0x55, 0x55, 0x00, 0x00,
  0x55, 0x55, 0x00, 0x00, 0x55, 0x55, 0x00, 0x00};