Mercurial > emacs
view src/bitmaps/gray.xbm @ 53190:053a4dfb6bd4
* dispnew.c (buffer_posn_from_coords): Add ifdef HAVE_WINDOW_SYSTEM
to compile on terminal configuration.
author | Jan Djärv <jan.h.d@swipnet.se> |
---|---|
date | Sat, 29 Nov 2003 11:10:07 +0000 |
parents | 8f14d08e19f7 |
children |
line wrap: on
line source
#define gray_width 2 #define gray_height 2 static unsigned char gray_bits[] = { 0x01, 0x02};