Merged in v 26.12.
[AROS-Contrib.git] / mui / classes / thebar / mcc / class_protos.h
blob67978b94c1c040e9f445520a3fc738b7e1662bc5
1 /***************************************************************************
3 TheBar.mcc - Next Generation Toolbar MUI Custom Class
4 Copyright (C) 2003-2005 Alfonso Ranieri
5 Copyright (C) 2005-2013 by TheBar.mcc Open Source Team
7 This library is free software; you can redistribute it and/or
8 modify it under the terms of the GNU Lesser General Public
9 License as published by the Free Software Foundation; either
10 version 2.1 of the License, or (at your option) any later version.
12 This library is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 Lesser General Public License for more details.
17 TheBar class Support Site: http://www.sf.net/projects/thebar
19 $Id$
21 ***************************************************************************/
23 /* utils.c */
24 #if !defined(__MORPHOS__)
25 #if defined(__AROS__)
26 Object * VARARGS68K DoSuperNew(struct IClass *cl, Object *obj, Tag tag1, ...);
27 #else
28 Object * VARARGS68K DoSuperNew(struct IClass *cl, Object *obj, ...);
29 #endif
30 #endif
32 BOOL CreateSharedPool(void);
33 void DeleteSharedPool(void);
34 APTR SharedAlloc(ULONG size);
35 void SharedFree(APTR mem);
37 /* brc1.c */
38 int BRCUnpack(APTR pSource, APTR pDest, LONG srcBytes0, LONG dstBytes0);
40 /* spacer.c */
41 BOOL initSpacerClass(void);
43 /* dragbar.c */
44 BOOL initDragBarClass(void);