annotate src/point.h @ 6718:c13953896b24
(rmail-sort-by-keywords): New function.
author |
Karl Heuer <kwzh@gnu.org> |
date |
Thu, 07 Apr 1994 03:29:02 +0000 (1994-04-07) |
parents |
3165b2697c78 |
children |
695cf19ef79e |
rev |
line source |
484
|
1 #define point_width 5
|
|
2 #define point_height 19
|
|
3 static char point_bits[] = {
|
|
4 0x1f, 0x0e, 0x0e, 0x04, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
5 0x00, 0x00, 0x04, 0x04, 0x0e, 0x0e, 0x1f};
|