update patch to work with build system changes
[AROS-Contrib.git] / Networking / Apps / OWB / tabbedview_private.h
blobb09272bc060842c3f2418dfb7c71832770865590
1 #ifndef _TABBEDVIEW_PRIVATE_H_
2 #define _TABBEDVIEW_PRIVATE_H_
4 /*
5 Copyright © 2009, The AROS Development Team. All rights reserved.
6 $Id$
7 */
9 #include <exec/types.h>
10 #include <utility/hooks.h>
11 #include <libraries/mui.h>
13 /*** Instance data **********************************************************/
14 struct TabbedView_DATA
16 Object *activeObject;
17 struct Hook setterHook;
20 #endif /* _TABBEDVIEW_PRIVATE_H_ */