annotate src/bitmaps/crosswv.xbm @ 95112:0835cb21d60e
* lisp.h (indirect_variable):
* data.c (indirect_variable, let_shadows_buffer_binding_p):
Use Lisp_Symbol pointers rather than Lisp_Object. Adjust callers.
* buffer.c (buffer_slot_type_mismatch): Use wrong-type-argument.
To this end, change calling-convention.
author |
Stefan Monnier <monnier@iro.umontreal.ca> |
date |
Mon, 19 May 2008 18:38:55 +0000 |
parents |
8f14d08e19f7 |
children |
|
rev |
line source |
25830
|
1 #define cross_weave_width 16
|
|
2 #define cross_weave_height 16
|
|
3 static unsigned char cross_weave_bits[] = {
|
|
4 0x55, 0x55, 0x88, 0x88, 0x55, 0x55, 0x22, 0x22, 0x55, 0x55, 0x88, 0x88,
|
|
5 0x55, 0x55, 0x22, 0x22, 0x55, 0x55, 0x88, 0x88, 0x55, 0x55, 0x22, 0x22,
|
|
6 0x55, 0x55, 0x88, 0x88, 0x55, 0x55, 0x22, 0x22};
|