view src/bitmaps/gray.xbm @ 81770:ffd64654faa7

(fit-window-to-buffer): Remove setting of window-min-height to 1 as enlarge-window uses the value to resize/shrink windows other than WINDOW if needed.
author Jan Dj?rv <jan.h.d@swipnet.se>
date Mon, 09 Jul 2007 12:00:47 +0000
parents 8f14d08e19f7
children
line wrap: on
line source

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