Chameleon

Chameleon Commit Details

Date:2010-03-19 19:54:43 (14 years 8 days ago)
Author:DieBuche
Commit:131
Parents: 130
Message:typos...
Changes:
M/branches/diebuche/i386/boot2/gui.c
M/branches/diebuche/i386/libsaio/915resolution.c
M/branches/diebuche/i386/libsaio/dsdt_patcher.c

File differences

branches/diebuche/i386/libsaio/dsdt_patcher.c
8181
8282
8383
84
84
8585
8686
8787
static bool first_time =true;
int len=0;
// Take in accound user overriding if it's DSDT only
// Take in account user overriding if it's DSDT only
if (strstr(filename, "DSDT") &&
getValueForKey(kDSDT, &overriden_pathname, &len,
&bootInfo->bootConfig))
branches/diebuche/i386/libsaio/915resolution.c
932932
933933
934934
935
936
935
}
//}
//}
}
}
branches/diebuche/i386/boot2/gui.c
609609
610610
611611
612
612613
613614
614615
bzero(&gui, sizeof(gui_t));
// find best matching vesa mode for our requested width & height
loadConfigFile(dirspec, &bootInfo->themeConfig);
getGraphicModeParams(screen_params);
// set our screen structure with the mode width & height

Archive Download the corresponding diff file

Revision: 131