Mercurial > emacs
view src/bitmaps/gray.xbm @ 111534:e9570ce66184
* src/xmenu.c: Make it clear that ../lwlib/lwlib.h is only needed for Motif.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Sat, 13 Nov 2010 14:20:01 -0800 |
parents | 8f14d08e19f7 |
children |
line wrap: on
line source
#define gray_width 2 #define gray_height 2 static unsigned char gray_bits[] = { 0x01, 0x02};