Fixed compatibility of output.
[AROS.git] / workbench / classes / zune / betterstring / include / muiextra.h
blob46e01afcc21677a75be61b3d0aa25133b4a5f83b
1 #ifndef MUIA_Framedisplay_Spec
2 #define MUIA_Framedisplay_Spec 0x80421794UL // V11 isg struct MUI_FrameSpec
3 #endif
4 #ifndef MUIA_Imagedisplay_Spec
5 #define MUIA_Imagedisplay_Spec 0x8042a547UL // V11 isg struct MUI_ImageSpec
6 #endif
7 #ifndef MUIA_Imageadjust_Type
8 #define MUIA_Imageadjust_Type 0x80422f2bUL // V11 i.. LONG
9 #endif
10 #ifndef MUIM_GoActive
11 #define MUIM_GoActive 0x8042491aUL
12 #endif
13 #ifndef MUIM_GoInactive
14 #define MUIM_GoInactive 0x80422c0cUL
15 #endif
16 #ifndef MUIM_Mccprefs_RegisterGadget
17 #define MUIM_Mccprefs_RegisterGadget 0x80424828UL // V20
18 #endif
19 #ifndef MUIA_Text_Copy
20 #define MUIA_Text_Copy 0x80427727UL /* V20 i.. BOOL */
21 #endif
22 #ifndef MBQ_MUI_MAXMAX
23 #define MBQ_MUI_MAXMAX (10000) /* use this for unlimited MaxWidth/Height */
24 #endif
25 #ifndef PopframeObject
26 #define PopframeObject MUI_NewObject(MUIC_Popframe
27 #endif
28 #ifndef PopimageObject
29 #define PopimageObject MUI_NewObject("Popimage.mui"
30 #endif
31 #ifndef CrawlingObject
32 #define CrawlingObject MUI_NewObject("Crawling.mcc"
33 #endif
35 struct MUI_ImageSpec
37 char buf[128];
40 #if !defined(__AROS__)
41 struct MUI_FrameSpec
43 char buf[128];
45 #endif