view src/bitmaps/gray.xbm @ 77014:7f75e6af1a34

(ffap-file-at-point): Lower the priority of the ffap-ftp-sans-slash-regexp check.
author Glenn Morris <rgm@gnu.org>
date Sat, 07 Apr 2007 02:58:53 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

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