view src/bitmaps/gray1.xbm @ 94822:e93f071bc17a

Item said "vc-update/vc-merge should deal with VC systems that don't update/merge on a file basis, but on a whole repository basis." That's what selecting the top-level directory of the repo or working copy is for.
author Eric S. Raymond <esr@snark.thyrsus.com>
date Fri, 09 May 2008 20:28:54 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

#define gray1_width 2
#define gray1_height 2
static unsigned char gray1_bits[] = {
   0x01, 0x02};