Fixed binary search: no more infinite loops when vendor is unknown.
[tangerine.git] / workbench / libs / muimaster / classes / popasl.h
blobda9f9792e78511f61a7a599be2da8cc2699b9e13
1 #ifndef _MUI_CLASSES_POPASL_H
2 #define _MUI_CLASSES_POPASL_H
4 /*
5 Copyright © 2002-2003, The AROS Development Team. All rights reserved.
6 $Id$
7 */
9 /*** Name *******************************************************************/
10 #define MUIC_Popasl "Popasl.mui"
12 /*** Identifier base (for Zune extensions) **********************************/
13 #define MUIB_Popasl (MUIB_ZUNE | 0x00002100)
16 /*** Attributes *************************************************************/
17 #define MUIA_Popasl_Active (MUIB_MUI|0x00421b37) /* MUI: V7 ..g BOOL */
18 #define MUIA_Popasl_StartHook (MUIB_MUI|0x0042b703) /* MUI: V7 isg struct Hook * */
19 #define MUIA_Popasl_StopHook (MUIB_MUI|0x0042d8d2) /* MUI: V7 isg struct Hook * */
20 #define MUIA_Popasl_Type (MUIB_MUI|0x0042df3d) /* MUI: V7 i.g ULONG */
23 extern const struct __MUIBuiltinClass _MUI_Popasl_desc; /* PRIV */
25 #endif /* _MUI_CLASSES_POPASL_H */