home *** CD-ROM | disk | FTP | other *** search
- /*================================================*/
- /* TVKCLOSE.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"
-
- /*================================================*/
- /* TVkbd_close disconect keyboard from window */
- /* Ralf Brown 4/3/88 */
- /*================================================*/
-
- void pascal TVkbd_close(OBJECT kbd)
- {
- TVsendmsg0(CLOSE_MSG, kbd?TOS:KEYME, kbd) ;
- }
-
- /* End of TVKCLOSE.C */
-