add a missing section header table index conversion
[tangerine.git] / workbench / prefs / screenmode / smproperties.h
blob757eeaad180affb2c60756b4ee081d490a83166c
1 /*
2 Copyright © 2003-2006, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #ifndef _SMPROPERTIES_H
7 #define _SMPROPERTIES_H
9 #define MUIA_ScreenModeProperties_DisplayID (TAG_USER | 1)
10 #define MUIA_ScreenModeProperties_Width (TAG_USER | 2)
11 #define MUIA_ScreenModeProperties_Height (TAG_USER | 3)
12 #define MUIA_ScreenModeProperties_Depth (TAG_USER | 4)
13 #define MUIA_ScreenModeProperties_Autoscroll (TAG_USER | 5)
15 extern struct MUI_CustomClass *ScreenModeProperties_CLASS;
16 #define ScreenModePropertiesObject BOOPSIOBJMACRO_START(ScreenModeProperties_CLASS->mcc_Class)
18 #endif