diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-06-07 20:20:25 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-06-07 20:20:25 +0000 |
commit | 6a69937862dae0dcad84f30dbe32767c5a3eb149 (patch) | |
tree | 53557e77ac2b3ab2cc0dd8939331aa8b7b27017d /app/xterm/trace.h | |
parent | a64d53a3cd043209550978ba9e9b8d5c21725516 (diff) |
Update to xterm 279. Tested by krw@, mpi@, shadchin@.
Diffstat (limited to 'app/xterm/trace.h')
-rw-r--r-- | app/xterm/trace.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/xterm/trace.h b/app/xterm/trace.h index d9bab3e1b..75c807244 100644 --- a/app/xterm/trace.h +++ b/app/xterm/trace.h @@ -1,4 +1,4 @@ -/* $XTermId: trace.h,v 1.64 2011/09/11 14:56:42 tom Exp $ */ +/* $XTermId: trace.h,v 1.65 2012/04/18 23:29:10 tom Exp $ */ /* * Copyright 1997-2010,2011 by Thomas E. Dickey @@ -124,6 +124,8 @@ extern XtGeometryResult TraceResizeRequest(const char * /* fn */, int /* ln */, #endif +extern void TraceScreen(XtermWidget /* xw */, int /* whichBuf */); + /* * The whole wnew->screen struct is zeroed in VTInitialize. Use these macros * where applicable for copying the pieces from the request widget into the |