Mercurial > emacs
view src/s/ptx4.h @ 18008:d25d2472df51
(XTread_socket) <ConfigureNotify>: Don't call
x_wm_set_size_hint if window has no parent yet.
Simplify the call to x_real_positions.
(x_make_frame_visible): Use win_gravity to decide whether to
call XMoveWindow. Also, don't do it if frame already visible.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 28 May 1997 04:54:48 +0000 |
parents | bad765e6a8d9 |
children | 469c3de61eb1 |
line wrap: on
line source
/* s/ file for Sequent "ptx 4", which is a modified SVR5.4. */ /* Tell usg5-4.h not to include filio.h. */ #define NO_FILIO_H #include "usg5-4.h" /* Marcus Daniels <marcus@sysc.pdx.edu> says that SIGINFO is defined on ptx4 but it is not a signal. Prevent process.c from doing the wrong thing. */ #undef SIGINFO /* Marcus Daniels <marcus@sysc.pdx.edu> says vfork does exist. */ #define HAVE_VFORK