home *** CD-ROM | disk | FTP | other *** search
- /*================================================*/
- /* TVKFREE.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_free free a keyboard object */
- /* Ralf Brown 4/3/88 */
- /*================================================*/
-
- void pascal TVkbd_free(OBJECT kbd)
- {
- TVsendmsg0(FREE_MSG, kbd?TOS:KEYME, kbd) ;
- }
-
- /* End of TVKFREE.C */
-