view src/bitmaps/gray.xbm @ 83656:5c783b868a56

Add "button" loading after "faces" and move "startup" to load after "button".
author Juri Linkov <juri@jurta.org>
date Thu, 23 Aug 2007 00:07:49 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

#define gray_width 2
#define gray_height 2
static unsigned char gray_bits[] = {
   0x01, 0x02};