Mercurial > emacs
view src/bitmaps/gray3.xbm @ 102759:ec3ec7f5d54e
* editfns.c (general_insert_function): Adjust to insdel.c changes.
* insdel.c (prepare_to_modify_buffer, signal_before_change):
Some more EMACS_INT.
* lisp.h (copy_text, count_size_as_multibyte): Fix last change.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sat, 28 Mar 2009 04:53:04 +0000 |
parents | 8f14d08e19f7 |
children |
line wrap: on
line source
#define gray3_width 4 #define gray3_height 4 static unsigned char gray3_bits[] = { 0x01, 0x00, 0x04, 0x00};