view src/bitmaps/gray.xbm @ 87883:af599a62c634

* dbus.texi (Errors and Events): New macro dbus-ignore-errors.
author Michael Albinus <michael.albinus@gmx.de>
date Mon, 21 Jan 2008 20:00:50 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

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