add casts to zune macros to silence some warnings
[tangerine.git] / workbench / system / Wanderer / wandererprefs.h
blobb47d992989c24f734b790546dac07c6e474fd4b5
1 #ifndef _WANDERERPREFS_H_
2 #define _WANDERERPREFS_H_
4 /*
5 Copyright 2004, The AROS Development Team. All rights reserved.
6 $Id$
7 */
9 #include <exec/types.h>
10 #include <libraries/mui.h>
12 /*** Identifier Base ********************************************************/
13 #define MUIB_WandererPrefs (TAG_USER | 0x12000000)
15 /*** Public Attributes ******************************************************/
16 #define MUIA_WandererPrefs_Processing (MUIB_WandererPrefs | 0x00000001) /* --G Set (TRUE) while processing/ cleared (FALSE) when complete*/
18 /*** Public Methods *********************************************************/
19 #define MUIM_WandererPrefs_Reload (MUIB_WandererPrefs | 0x00000000)
21 #define MUIM_WandererPrefs_ViewSettings_GetNotifyObject (MUIB_WandererPrefs | 0x000000E0) /* --G */
22 #define MUIM_WandererPrefs_ViewSettings_GetAttribute (MUIB_WandererPrefs | 0x000000E1) /* --G */
23 struct MUIP_WandererPrefs_ViewSettings_GetNotifyObject {STACKULONG MethodID; char *Background_Name;};
24 struct MUIP_WandererPrefs_ViewSettings_GetAttribute {STACKULONG MethodID; char *Background_Name; STACKULONG AttributeID;};
26 #define WP_GLOBALTAGCOUNT 8
28 /*** Variables **************************************************************/
29 extern struct MUI_CustomClass *WandererPrefs_CLASS;
31 /*** Macros *****************************************************************/
32 #define WandererPrefsObject BOOPSIOBJMACRO_START(WandererPrefs_CLASS->mcc_Class)
34 #endif /* _WANDERERPREFS_H_ */