* frame.h (FRAME_SAMPLE_VISIBILITY): Make sure frame is marked as
authorJim Blandy <jimb@redhat.com>
Thu, 14 Jan 1993 15:13:19 +0000 (15:13 +0000)
committerJim Blandy <jimb@redhat.com>
Thu, 14 Jan 1993 15:13:19 +0000 (15:13 +0000)
commit1dc77cc3461a113e8adc871e433230e8d56aa940
treec14eb75fd97e92562748d3c291da123009d30cb1
parent02213e820fc8adebeed50fa3a38cbe74ab6ade1a
* frame.h (FRAME_SAMPLE_VISIBILITY): Make sure frame is marked as
garbaged whenever it goes from invisible to visible.
* dispextern.h (frame_garbaged): Move extern declaration from here...
* frame.h (frame_garbaged): ... to here.  The FRAME_SAMPLE_VISIBILITY
macro uses it now, and this seems to be just as modular.  Make a
new page, just for this and message_buf_print.
(struct frame): Doc fix for the `visible' field.
* process.c: #include "frame.h" instead of "dispextern.h"; the
only thing we care about from it is the frame_garbaged
declaration.
* ymakefile: Note dependency change.
src/dispextern.h
src/process.c