home *** CD-ROM | disk | FTP | other *** search
- /*================================================*/
- /* TVPERASE.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"
-
- /*================================================*/
- /* TVptr_erase erase pending messages for mouse */
- /* Ralf Brown 4/8/88 */
- /*================================================*/
-
- void pascal TVptr_erase(OBJECT pointer)
- {
- if (pointer)
- TVsendmsg0(ERASE_MSG, TOS, pointer) ;
- }
-
- /* End of TVPERASE.C */
-