Fixed binary search: no more infinite loops when vendor is unknown.
[tangerine.git] / workbench / prefs / input / ipeditor.h
blob6206acc3d1e2bde18fc5f232225b17e8f7c3375c
1 #ifndef _IPEDITOR_H_
2 #define _IPEDITOR_H_
4 /*
5 Copyright 2004, The AROS Development Team. All rights reserved.
6 $Id: ipeditor.h 21130 2004-02-28 22:50:12Z chodorowski, dariusb $
7 */
9 #include <exec/types.h>
10 #include <libraries/mui.h>
12 /*** Identifier base ********************************************************/
13 #define MUIB_IPEditor (TAG_USER | 0x10000000)
15 /*** Variables **************************************************************/
16 extern struct MUI_CustomClass *IPEditor_CLASS;
18 /*** Macros *****************************************************************/
19 #define IPEditorObject BOOPSIOBJMACRO_START(IPEditor_CLASS->mcc_Class)
21 #define MUIA_MyStringifyType 0x8001
23 #define STRINGIFY_DoubleClickDelay 0x00
24 #define STRINGIFY_RepeatDelay 0x01
25 #define STRINGIFY_RepeatRate 0x02
27 #endif /* _IPEDITOR_H_ */