Mercurial > emacs
annotate src/s/bsdos2.h @ 26789:03a6016a38bf
(#includes): Allow compilation with only Xaw.
(xaw3d_arrow_scroll, xaw3d_pick_top): New variables.
(xt_action_hook): Replace XAW3D by XAW.
(xaw3d_jump_callback): Renamed to xaw_jump_callback.
(xaw_jump_callback): Renamed from xaw3d_jump_callback.
Determine epsilon dynamically and don't try to be too clever.
(xaw3d_scroll_callback): Renamed to xaw_scroll_callback.
(xaw_scroll_callback): Renamed from xaw3d_scroll_callback.
Handle both Xaw3d with arrow-scrollbars and with Xaw-style
scrollbar (using `ratio').
(x_create_toolkit_scroll_bar): Try to detect which style of Xaw3d
scrollbar we have so as to set it up more optimally and to fix
xaw3d_arrow_scroll and xaw3d_pick_top.
(x_set_toolkit_scroll_bar_thumb): Try to maintain 2 spare pixels at the
bottom of the Xaw3d scrollbar, to work around its tendency to refuse
shrinking the thumb. Also make sure that `XawScrollbarSetThumb'
is not ignored, using a major gross hack.
(x_initialize): Init default values for xaw3d_arrow_scroll and
xaw3d_pick_top.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 10 Dec 1999 01:40:21 +0000 |
parents | 5c2e5ccd0acb |
children | 695cf19ef79e |
rev | line source |
---|---|
15623 | 1 /* s/ file for BSDI BSD/OS 2.0 system. */ |
2 | |
3 #include "bsd386.h" | |
4 | |
5 #define TEXT_START 0x1020 /* for QMAGIC */ | |
6 #define START_FILES pre-crt0.o /usr/lib/crt0.o | |
7 #define HAVE_TERMIOS | |
8 #define NO_TERMIO | |
18406
5c2e5ccd0acb
(KERNEL_FILE): New overriding definition.
Richard M. Stallman <rms@gnu.org>
parents:
15623
diff
changeset
|
9 |
5c2e5ccd0acb
(KERNEL_FILE): New overriding definition.
Richard M. Stallman <rms@gnu.org>
parents:
15623
diff
changeset
|
10 #undef KERNEL_FILE |
5c2e5ccd0acb
(KERNEL_FILE): New overriding definition.
Richard M. Stallman <rms@gnu.org>
parents:
15623
diff
changeset
|
11 #define KERNEL_FILE "/bsd" |