Chameleon

Chameleon Commit Details

Date:2015-06-11 18:39:40 (8 years 10 months ago)
Author:ErmaC
Commit:2711
Parents: 2710
Message:Match icon name for 10.11 gui.c
Changes:
M/branches/ErmaC/Enoch/i386/boot2/gui.c

File differences

branches/ErmaC/Enoch/i386/boot2/gui.c
5454
5555
5656
57
58
57
58
5959
6060
6161
......
7373
7474
7575
76
77
76
77
7878
7979
8080
......
9595
9696
9797
98
99
98
99
100100
101101
102102
......
159159
160160
161161
162
163
162
163
164164
165165
166166
......
178178
179179
180180
181
182
181
182
183183
184184
185185
......
200200
201201
202202
203
204
203
204
205205
206206
207207
......
416416
417417
418418
419
420
419
420
421421
422422
423423
......
435435
436436
437437
438
439
438
439
440440
441441
442442
......
457457
458458
459459
460
461
460
461
462462
463463
464464
......
11111111
11121112
11131113
1114
1114
11151115
11161116
11171117
1118
1118
11191119
11201120
11211121
iDeviceGeneric_o,
iDeviceHFS,
iDeviceHFS_o,
//iDeviceHFS_capitan,
//iDeviceHFS_capitan_o,
iDeviceHFS_cap,
iDeviceHFS_cap_o,
iDeviceHFS_yos,
iDeviceHFS_yos_o,
iDeviceHFS_mav,
iDeviceHFSRAID,
iDeviceHFSRAID_o,
//iDeviceHFSRAID_capitan,
//iDeviceHFSRAID_capitan_o,
iDeviceHFSRAID_cap,
iDeviceHFSRAID_cap_o,
iDeviceHFSRAID_yos,
iDeviceHFSRAID_yos_o,
iDeviceHFSRAID_mav,
iDeviceHFSFUSION,
iDeviceHFSFUSION_o,
//iDeviceHFSFUSION_capitan,
//iDeviceHFSFUSION_capitan_o,
iDeviceHFSFUSION_cap,
iDeviceHFSFUSION_cap_o,
iDeviceHFSFUSION_yos,
iDeviceHFSFUSION_yos_o,
iDeviceHFSFUSION_mav,
{.name = "device_generic_o", .image = NULL},
{.name = "device_hfsplus", .image = NULL},
{.name = "device_hfsplus_o", .image = NULL},
//{.name = "device_hfsplus_capitan", .image = NULL},
//{.name = "device_hfsplus_capitan_o", .image = NULL},
{.name = "device_hfsplus_cap", .image = NULL},
{.name = "device_hfsplus_cap_o", .image = NULL},
{.name = "device_hfsplus_yos", .image = NULL},
{.name = "device_hfsplus_yos_o", .image = NULL},
{.name = "device_hfsplus_mav", .image = NULL},
{.name = "device_hfsraid", .image = NULL},
{.name = "device_hfsraid_o", .image = NULL},
//{.name = "device_hfsraid_capitan", .image = NULL},
//{.name = "device_hfsraid_capitan_o", .image = NULL},
{.name = "device_hfsraid_cap", .image = NULL},
{.name = "device_hfsraid_cap_o", .image = NULL},
{.name = "device_hfsraid_yos", .image = NULL},
{.name = "device_hfsraid_yos_o", .image = NULL},
{.name = "device_hfsraid_mav", .image = NULL},
{.name = "device_hfsfusion", .image = NULL},
{.name = "device_hfsfusion_o", .image = NULL},
//{.name = "device_hfsfusion_capitan", .image = NULL},
//{.name = "device_hfsfusion_capitan_o", .image = NULL},
{.name = "device_hfsfusion_cap", .image = NULL},
{.name = "device_hfsfusion_cap_o", .image = NULL},
{.name = "device_hfsfusion_yos", .image = NULL},
{.name = "device_hfsfusion_yos_o", .image = NULL},
{.name = "device_hfsfusion_mav", .image = NULL},
LOADPNG(device_generic_o, iDeviceGeneric);
LOADPNG(device_hfsplus, iDeviceGeneric);
LOADPNG(device_hfsplus_o, iDeviceHFS);
//LOADPNG(device_hfsplus_capitan, iDeviceHFS);
//LOADPNG(device_hfsplus_capitan_o, iDeviceHFS_capitan);
LOADPNG(device_hfsplus_cap, iDeviceHFS);
LOADPNG(device_hfsplus_cap_o, iDeviceHFS_cap);
LOADPNG(device_hfsplus_yos, iDeviceHFS);
LOADPNG(device_hfsplus_yos_o, iDeviceHFS_yos);
LOADPNG(device_hfsplus_mav, iDeviceHFS);
LOADPNG(device_hfsraid, iDeviceHFS);
LOADPNG(device_hfsraid_o, iDeviceHFSRAID);
//LOADPNG(device_hfsraid_capitan, iDeviceHFSRAID);
//LOADPNG(device_hfsraid_capitan_o, iDeviceHFSRAID_capitan);
LOADPNG(device_hfsraid_cap, iDeviceHFSRAID);
LOADPNG(device_hfsraid_cap_o, iDeviceHFSRAID_cap);
LOADPNG(device_hfsraid_yos, iDeviceHFSRAID);
LOADPNG(device_hfsraid_yos_o, iDeviceHFSRAID_yos);
LOADPNG(device_hfsraid_mav, iDeviceHFSRAID);
LOADPNG(device_hfsfusion, iDeviceHFS);
LOADPNG(device_hfsfusion_o, iDeviceHFSFUSION);
//LOADPNG(device_hfsfusion_capitan, iDeviceHFSFUSION);
//LOADPNG(device_hfsfusion_capitan_o, iDeviceHFSFUSION_capitan);
LOADPNG(device_hfsfusion_cap, iDeviceHFSFUSION);
LOADPNG(device_hfsfusion_cap_o, iDeviceHFSFUSION_cap);
LOADPNG(device_hfsfusion_yos, iDeviceHFSFUSION);
LOADPNG(device_hfsfusion_yos_o, iDeviceHFSFUSION_yos);
LOADPNG(device_hfsfusion_mav, iDeviceHFSFUSION);
break;
case '1':
if (device->OSVersion[4] == '0') { // 10.10
devicetype = (device->flags & kBVFlagBooter ? iDeviceHFSRAID_yos : iDeviceHFS_yos);
devicetype = (device->flags & kBVFlagBooter ? iDeviceHFSRAID_yos : iDeviceHFS_yos); // Yosemite
break;
}
if (device->OSVersion[4] == '1') { // 10.11
devicetype = (device->flags & kBVFlagBooter ? iDeviceHFSRAID_yos : iDeviceHFS_yos); // El Capitan
devicetype = (device->flags & kBVFlagBooter ? iDeviceHFSRAID_cap : iDeviceHFS_cap); // El Capitan
break;
}
default:

Archive Download the corresponding diff file

Revision: 2711