Use hardcoded settings for VIA VT1708S (they are reported to work
[AROS.git] / workbench / prefs / locale / page_language.h
blob8562d2c7a83c1c8cf337bbb61e1087e97db22a78
1 #ifndef _LLANG_H_
2 #define _LLANG_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_Language (TAG_USER | 0x30000000)
15 /*** Attributes *************************************************************/
16 #define MUIA_Language_Preferred (MUIB_Language | 0)
17 #define MUIA_Language_Characterset (MUIB_Language | 1)
19 /*** Variables **************************************************************/
20 extern struct MUI_CustomClass *Language_CLASS;
22 /*** Macros *****************************************************************/
23 #define LanguageObject BOOPSIOBJMACRO_START(Language_CLASS->mcc_Class)
25 #endif /* _LLANG_H_ */