arch/ppc-native/processor: Don't build for non-native PPC targets
[AROS.git] / workbench / devs / diskimage / ra_gui / images / refresh.c
blobe6b563fd2cedc32af2e53d3d230797a4c76fccde
1 /*
2 Data for "refresh" Image
3 */
5 #include <exec/types.h>
6 #include <intuition/intuition.h>
8 UWORD __chip refreshData[48] =
10 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x001F,0x8000,
11 0x007F,0xC000,0x01FF,0xE000,0x03E0,0x7000,0x0B80,0x3800,
12 0x1F00,0x1000,0x1F80,0x0000,0x1FC0,0x2000,0x0F80,0xF000,
13 0x0F03,0xF000,0x0407,0xF800,0x0003,0xF800,0x0400,0xF800,
14 0x0E01,0xD000,0x0783,0x8000,0x03FF,0x0000,0x01FE,0x0000,
15 0x007C,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
18 struct Image refresh =
20 0, 0, /* LeftEdge, TopEdge */
21 24, 24, 1, /* Width, Height, Depth */
22 refreshData, /* ImageData */
23 0x0001, 0x0000, /* PlanePick, PlaneOnOff */
24 NULL /* NextImage */