Fixed binary search: no more infinite loops when vendor is unknown.
[tangerine.git] / workbench / libs / muimaster / classes / cycle.h
blobb063e263ccf5672e74250d9fc699b6c7b3506611
1 #ifndef _MUI_CLASSES_CYCLE_H
2 #define _MUI_CLASSES_CYCLE_H
4 /*
5 Copyright © 2002-2003, The AROS Development Team. All rights reserved.
6 $Id$
7 */
9 /*** Name *******************************************************************/
10 #define MUIC_Cycle "Cycle.mui"
12 /*** Identifier base (for Zune extensions) **********************************/
13 #define MUIB_Cycle (MUIB_ZUNE | 0x00000a00)
15 /*** Attributes *************************************************************/
16 #define MUIA_Cycle_Active (MUIB_MUI|0x00421788) /* MUI:V4 isg LONG */
17 #define MUIA_Cycle_Entries (MUIB_MUI|0x00420629) /* MUI:V4 i.. STRPTR */
19 enum
21 MUIV_Cycle_Active_Next = -1,
22 MUIV_Cycle_Active_Prev = -2,
25 extern const struct __MUIBuiltinClass _MUI_Cycle_desc; /* PRIV */
27 #endif /* _MUI_CLASSES_CYCLE_H */