Check for SYS/GL during library init. Reason is that
[AROS.git] / workbench / devs / diskimage / ra_gui / images / writeprotect.c
blobae74e41f067065862fbe4733af0ee14ecc7ac0d9
1 /*
2 Data for "writeprotect" Image
3 */
5 #include <exec/types.h>
6 #include <intuition/intuition.h>
8 UWORD __chip writeprotectData[48] =
10 0x0000,0x0000,0x0000,0x0000,0x0180,0x0000,0x03C0,0x0000,
11 0x0660,0x0000,0x0C30,0x0000,0x1830,0x0000,0x1860,0x0000,
12 0x0CE0,0x0000,0x07F0,0x0000,0x0338,0x0000,0x001C,0x0000,
13 0x000E,0x0000,0x0007,0x0000,0x0007,0x8000,0x0009,0xC000,
14 0x0001,0xE000,0x0002,0xF000,0x0000,0x3800,0x0000,0x3000,
15 0x0000,0x4000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000
18 struct Image writeprotect =
20 0, 0, /* LeftEdge, TopEdge */
21 24, 24, 1, /* Width, Height, Depth */
22 writeprotectData, /* ImageData */
23 0x0001, 0x0000, /* PlanePick, PlaneOnOff */
24 NULL /* NextImage */