Use hardcoded settings for VIA VT1708S (they are reported to work
[AROS.git] / workbench / prefs / screenmode / smattributes.h
blob1d533176b1e6b56645ab0959d18e46b72ac0f292
1 /*
2 Copyright © 2010, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #ifndef _SMATTRIBUTES_H
7 #define _SMATTRIBUTES_H
9 #define MUIA_ScreenModeAttributes_DisplayID (TAG_USER | 1)
11 extern struct MUI_CustomClass *ScreenModeAttributes_CLASS;
12 #define ScreenModeAttributesObject BOOPSIOBJMACRO_START(ScreenModeAttributes_CLASS->mcc_Class)
14 #endif