home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 June
/
SIMTEL_0692.cdr
/
msdos
/
desqview
/
dvglue10.arc
/
TVWCLEAR.C
< prev
next >
Wrap
C/C++ Source or Header
|
1988-07-10
|
897b
|
25 lines
/*================================================*/
/* TVWCLEAR.C */
/* */
/* (c) Copyright 1988 Ralf Brown */
/* All Rights Reserved */
/* May be freely copied for noncommercial use, */
/* provided that this copyright notice remains */
/* intact and any changes are indicated in the */
/* comment blocks preceding functions */
/*================================================*/
#include "tvapi.h"
/*================================================*/
/* TVwin_clear clear window */
/* Ralf Brown 4/3/88 */
/*================================================*/
void pascal TVwin_clear(OBJECT win)
{
TVsendmsg0(ERASE_MSG, win?TOS:ME, win) ;
}
/* End of TVWCLEAR.C */