Updated PCI IDs to latest snapshot.
[tangerine.git] / workbench / prefs / locale / registertab.h
blob77d59ba3cc0fcf22b1d738ed633fe948ec0cebe7
1 #ifndef _IPEDITOR_H_
2 #define _IPEDITOR_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_SerEditor (TAG_USER | 0x10000000)
15 /*** Variables **************************************************************/
16 extern struct MUI_CustomClass *LocaleRegister_CLASS;
17 extern struct SerialPrefs serialprefs;
20 /*** Macros *****************************************************************/
21 #define LocaleRegisterObject BOOPSIOBJMACRO_START(LocaleRegister_CLASS->mcc_Class)
23 #define MUIA_MyStringifyType 0x8001
25 #define STRINGIFY_DoubleClickDelay 0x00
26 #define STRINGIFY_RepeatDelay 0x01
27 #define STRINGIFY_RepeatRate 0x02
29 #endif /* _IPEDITOR_H_ */