home *** CD-ROM | disk | FTP | other *** search
- /*=======================================================*/
- /* TVJBACK.C */
- /* */
- /* (c) Copyright 1988 Ralf Brown All Rights Reserved */
- /* May be freely copied for noncommercial use, so long */
- /* as this copyright notice remains intact, and any */
- /* changes are marked in the comment blocks preceding */
- /* functions. */
- /*=======================================================*/
-
- #include "tvapi.h"
- #include "tvstream.h"
-
- /*======================================================*/
- /* TVapp_goback put application into background */
- /* Ralf Brown 4/20/88 */
- /*======================================================*/
-
- void pascal TVapp_goback(OBJECT win)
- {
- static BYTE goback_stream[] = { S_MANAGER(1), MS_GOBACK } ;
-
- TVwin_stream(win,goback_stream) ;
- }
-
- /* End of TVJBACK.C */
-