Mercurial > emacs
view src/bitmaps/gray.xbm @ 57624:6178d4e9b661
* xterm.h (XSync): If USE_GTK, define XSync as process_all and then
XSync.
author | Jan Djärv <jan.h.d@swipnet.se> |
---|---|
date | Wed, 20 Oct 2004 16:53:27 +0000 |
parents | 8f14d08e19f7 |
children |
line wrap: on
line source
#define gray_width 2 #define gray_height 2 static unsigned char gray_bits[] = { 0x01, 0x02};