diff options
author | Jim Blandy <jimb@redhat.com> | 1993-01-14 15:13:19 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1993-01-14 15:13:19 +0000 |
commit | 1dc77cc3461a113e8adc871e433230e8d56aa940 (patch) | |
tree | c14eb75fd97e92562748d3c291da123009d30cb1 /src/dispextern.h | |
parent | 02213e820fc8adebeed50fa3a38cbe74ab6ade1a (diff) | |
download | emacs-1dc77cc3461a113e8adc871e433230e8d56aa940.tar.gz |
* 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.
Diffstat (limited to 'src/dispextern.h')
-rw-r--r-- | src/dispextern.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/dispextern.h b/src/dispextern.h index 1957e3b7e7e..38e988cb6da 100644 --- a/src/dispextern.h +++ b/src/dispextern.h @@ -17,10 +17,6 @@ You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* Nonzero means don't assume anything about current - contents of actual terminal frame */ -extern int frame_garbaged; - /* Nonzero means last display completed and cursor is really at cursX, cursY. Zero means it was preempted. */ extern int display_completed; |