home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 June
/
SIMTEL_0692.cdr
/
msdos
/
desqview
/
dvglue10.arc
/
TVKSUB.C
< prev
next >
Wrap
C/C++ Source or Header
|
1988-07-10
|
992b
|
29 lines
/*================================================*/
/* TVKSUB.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"
/*================================================*/
/* TVsubfromkbd clear keyboard behavior flags */
/* Ralf Brown 4/22/88 */
/*================================================*/
void pascal TVkbd_clrflags(OBJECT kbd,int flags)
{
PARMLIST1 p ;
p.num_args = 1 ;
p.arg[0] = flags ;
TVsendmsg(SUBFROM_MSG, kbd?TOS:KEYME, kbd, (PARMLIST *)&p) ;
}
/* End of TVKSUB.C */