view src/bitmaps/gray.xbm @ 98607:234a18b5c81e

(pop-to-buffer): Fix misplacement of arg norecord in call of select-window.
author Martin Rudalics <rudalics@gmx.at>
date Fri, 10 Oct 2008 15:06:56 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

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