view src/bitmaps/gray.xbm @ 93565:622e5fddb043

(c-beginning-of-defun, c-end-of-defun): Remove declarations; no longer used. (c-cpp-define-name, c-defun-name): Declare as functions.
author Glenn Morris <rgm@gnu.org>
date Thu, 03 Apr 2008 03:32:40 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

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