Mercurial > emacs
annotate src/s/irix5-2.h @ 53604:59115f5809c3
(struct glyph_row): New members left_fringe_bitmap,
right_fringe_bitmap, redraw_fringe_bitmaps_p for new fringe handling.
New members exact_window_width_line_p and cursor_in_fringe_p for
overflowing newlines into right fringe.
New members indicate_bob_p, indicate_top_line_p, indicate_eob_p,
and indicate_bottom_line_p for buffer boundaries and scrolling.
(enum fringe_bitmap_type): Add UP_ARROW_BITMAP, DOWN_ARROW_BITMAP,
FIRST_LINE_BITMAP, LAST_LINE_BITMAP, FILLED_BOX_CURSOR_BITMAP,
HOLLOW_BOX_CURSOR_BITMAP, BAR_CURSOR_BITMAP, HBAR_CURSOR_BITMAP,
and HOLLOW_SQUARE_BITMAP.
(draw_fringe_bitmap, draw_window_fringes, update_window_fringes):
Add prototypes.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Fri, 16 Jan 2004 18:40:46 +0000 |
parents | 695cf19ef79e |
children | 375f2633d815 |
rev | line source |
---|---|
9917 | 1 #include "irix5-0.h" |
2 | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
24703
diff
changeset
|
3 /* as of version 5.2, irix no longer uses flock, |
9917 | 4 according to jackr@wpd.sgi.com. */ |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
24703
diff
changeset
|
5 #undef MAIL_USE_FLOCK |
12916
6381e2bfdc34
(SA_RESTART): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents:
9917
diff
changeset
|
6 |
6381e2bfdc34
(SA_RESTART): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents:
9917
diff
changeset
|
7 /* C-g in select is not handled properly with restartable |
6381e2bfdc34
(SA_RESTART): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents:
9917
diff
changeset
|
8 system calls. So don't use them. */ |
6381e2bfdc34
(SA_RESTART): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents:
9917
diff
changeset
|
9 #undef SA_RESTART |
14823 | 10 |
11 /* schoepf@goofy.zdv.Uni-Mainz.de reports he needed -lw with X11R6 | |
12 on Irix 5.3. I don't know which Irix version that need starts with. */ | |
13 #define NEED_LIBW | |
24703 | 14 |
15 /* Looking at the wtmp file in filelock.c causes a crash | |
16 for jpff@maths.bath.ac.uk. | |
17 Note that irix6-0.h does not include this file, only irix5-0.h. */ | |
18 #define NO_WTMP_FILE | |
52401 | 19 |
20 /* arch-tag: e2f820c1-2a3e-4cee-b5f1-6ce8ab21f439 | |
21 (do not change this comment) */ |