Initial import of the CDE 2.1.30 sources from the Open Group.

This commit is contained in:
Peter Howkins
2012-03-10 18:21:40 +00:00
commit 83b6996daa
18978 changed files with 3945623 additions and 0 deletions

8
cde/programs/icons/bomb Normal file
View File

@@ -0,0 +1,8 @@
#define bomb_width 16
#define bomb_height 16
#define bomb_x_hot 6
#define bomb_y_hot 9
static char bomb_bits[] = {
0x00, 0x00, 0x00, 0x17, 0xc0, 0x28, 0xc0, 0x14, 0xf0, 0x21, 0xfc, 0x07,
0xec, 0x07, 0xe6, 0x0f, 0xf6, 0x0f, 0xf6, 0x0f, 0xfe, 0x0f, 0xfe, 0x0f,
0xfc, 0x07, 0xfc, 0x07, 0xf0, 0x01, 0x00, 0x00};