Mercurial > emacs
annotate src/s/esix5r4.h @ 1716:95db936d47c0
* keyboard.c (Qscrollbar_movement, Qvertical_scrollbar,
Qabove_handle, Qhandle, Qbelow_handle): New symbols.
(make_lispy_event): New code to build scrollbar clicks.
(make_lispy_movement): New code to handle scrollbar movement.
(head_table): Include Qscrollbar_movement in the event heads.
(syms_of_keyboard): Init and staticpro Qvertical_scrollbar,
Qabove_handle, Qhandle, and Qbelow_handle.
* keyboard.h (Qscrollbar_movement): Declare this along with the
other event types.
* lisp.h (Qvertical_scrollbar): Declare this.
* window.c (window_from_scrollbar): New function.
* window.c (Fset_window_configuration): Don't restore the frame's
focus redirection if the target frame is now dead.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Thu, 24 Dec 1992 06:16:36 +0000 |
parents | 4fa17744d7ee |
children | c1ddce9c1e2c |
rev | line source |
---|---|
1101 | 1 /* Definitions for ESIX System V 4.0.4, a variant of V.4 for the 386. */ |
2 | |
3 #include "usg5-4.h" | |
4 | |
5 #define LIB_X11_LIB -lsocket -lc -lX11 | |
6 #undef LIB_STANDARD | |
7 #define LIB_STANDARD -lnsl -lns -lelf /usr/ucblib/libucb.a /usr/ccs/lib/crtn.o | |
8 | |
9 /* Resolve BSD string functions in X Window library from libucb.a. */ | |
10 #define BSTRING | |
1428
4fa17744d7ee
(BROKEN_FIONREAD): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
1101
diff
changeset
|
11 |
4fa17744d7ee
(BROKEN_FIONREAD): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
1101
diff
changeset
|
12 /* kelsey@mdd.comm.mot.com says this makes X windows work. */ |
4fa17744d7ee
(BROKEN_FIONREAD): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
1101
diff
changeset
|
13 #define BROKEN_FIONREAD |