arch/ppc-native/processor: Don't build for non-native PPC targets
[AROS.git] / workbench / devs / diskimage / ra_gui / images / prefs.c
blob2659e9dae8abef851acd37b5f77de69b345f9755
1 /*
2 Data for "prefs" Image
3 */
5 #include <exec/types.h>
6 #include <intuition/intuition.h>
8 UWORD __chip prefsData[48] =
10 0x0000,0x0000,0x0000,0x0000,0x0078,0x0000,0x01FF,0x0000,
11 0x07FF,0x8000,0x0FC7,0xC000,0x0F01,0xE000,0x0400,0xE000,
12 0x0000,0xE000,0x0001,0xE000,0x000F,0xC000,0x001F,0x8000,
13 0x003F,0x0000,0x0038,0x0000,0x0038,0x0000,0x0010,0x0000,
14 0x0000,0x0000,0x0038,0x0000,0x007C,0x0000,0x007C,0x0000,
15 0x007C,0x0000,0x0038,0x0000,0x0000,0x0000,0x0000,0x0000
18 struct Image prefs =
20 0, 0, /* LeftEdge, TopEdge */
21 24, 24, 1, /* Width, Height, Depth */
22 prefsData, /* ImageData */
23 0x0001, 0x0000, /* PlanePick, PlaneOnOff */
24 NULL /* NextImage */