annotate src/bitmaps/crosswv.xbm @ 111102:9fbc584102c2
Support R2L rows. Continued lines still don't work correctly.
xdisp.c (mouse_face_from_buffer_pos): Fix code using bug#1220 as
test case. Implement highlight for R2L rows.
author |
Eli Zaretskii <eliz@gnu.org> |
date |
Sat, 28 Aug 2010 14:09:02 +0300 |
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};
|