annotate src/m/f301.h @ 53880:c3e8576e5ba2
(FRINGE_ID_BITS): New definition for number of
bits allocated to hold a fringe number. Increase number of bits
from 4 to 8 to allow user defined fringe bitmaps.
(struct glyph_row, struct it): New members left_user_fringe_bitmap,
left_user_fringe_face_id, right_user_fringe_bitmap,
right_user_fringe_face_id.
(enum fringe_bitmap_type, struct fringe_bitmap, fringe_bitmaps):
Move to new file fringe.c.
(MAX_FRINGE_BITMAPS): Define here.
(struct draw_fringe_bitmap_params): New members bits, cursor_p,
and overlay_p. Change member which to int.
(struct redisplay_interface): New members define_fringe_bitmap
and destroy_fringe_bitmap.
(valid_fringe_bitmap_id_p): Add prototype.
(w32_init_fringe, w32_reset_fringes) [WINDOWS_NT]: Add prototypes.
author |
Kim F. Storm <storm@cua.dk> |
date |
Sun, 08 Feb 2004 23:18:36 +0000 |
parents |
695cf19ef79e |
children |
375f2633d815 |
rev |
line source |
24384
|
1 /* Machine description file for Fujitsu F301 machines. */
|
|
2
|
|
3 /* The following line tells the configuration script what sort of
|
|
4 operating system this machine is likely to run.
|
|
5 USUAL-OPSYS="uxpv" */
|
|
6
|
|
7 #include "delta88k.h"
|
52401
|
8
|
|
9 /* arch-tag: a0ed4f18-ecf2-4d9a-853b-36e0f6b45945
|
|
10 (do not change this comment) */
|