Use hardcoded settings for VIA VT1708S (they are reported to work
[AROS.git] / workbench / prefs / locale / page_timezone.h
blob6ddd9fa0462cd76b5167534289b4541a92380dc1
1 #ifndef _TIMEZONE_H_
2 #define _TIMEZONE_H_
4 /*
5 Copyright © 2004-2010, 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_Timezone (TAG_USER | 0x20000000)
15 /*** Attributes *************************************************************/
16 #define MUIA_Timezone_Timeoffset (MUIB_Timezone | 0)
17 #define MUIA_Timezone_GMTClock (MUIB_Timezone | 1)
19 /*** Variables **************************************************************/
20 extern struct MUI_CustomClass *Timezone_CLASS;
22 /*** Macros *****************************************************************/
23 #define TimezoneObject BOOPSIOBJMACRO_START(Timezone_CLASS->mcc_Class)
25 #endif