view etc/gray1.xbm @ 2646:5e4893b16f7c

[xemacs-hg @ 2005-03-10 09:19:14 by crestani] Add missing typecasts. 2005-03-09 Marcus Crestani <crestani@informatik.uni-tuebingen.de> * database.c (berkdb_map): Add typecasts.
author crestani
date Thu, 10 Mar 2005 09:19:16 +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};