2 Copyright © 2010-2019, The AROS Development Team. All rights reserved.
3 $Id: createpipescreen.c 48224 2013-10-07 14:30:43Z neil $
6 #include <aros/debug.h>
8 #include <proto/utility.h>
9 #include <proto/intuition.h>
15 #include "gallium_intern.h"
17 #undef HiddGalliumAttrBase
18 #define HiddGalliumAttrBase GB(GalliumBase)->galliumAttrBase
20 /*****************************************************************************
24 AROS_LH1(void, DestroyPipe
,
27 AROS_LHA(PipeHandle_t
, pipe
, A0
),
30 struct Library
*, GalliumBase
, 6, Gallium
)
33 Destroys a peviously created pipe.
36 pipe - a pipe handle created using CreatePipe().
44 *****************************************************************************/
48 OOP_DisposeObject((OOP_Object
*)pipe
);