view src/bitmaps/gray.xbm @ 101924:c1950714465b

(vc-dir-find-file-other-window): Allow mouse events. (vc-dir-mouse-map): New keymap. (vc-default-dir-printer): Use it locally.
author Nick Roberts <nickrob@snap.net.nz>
date Tue, 10 Feb 2009 05:51:47 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

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