view src/bitmaps/gray.xbm @ 73918:93040c47199f

(server-visit-files): Bind `minibuffer-auto-raise' to the value of `server-raise-frame'.
author Juanma Barranquero <lekktu@gmail.com>
date Sat, 11 Nov 2006 14:11:13 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

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