diff options
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 |