Chameleon Applications

Chameleon Applications Svn Source Tree

Root/branches/iFabio/Chameleon/i386/modules/Resolution/Resolution.c

Source at commit 307 created 12 years 11 months ago.
By ifabio, merge changes from trunk (929). Also merge the module changes from Azimutz branche (fix compile error) Also edited the info.plist into AHCIPortInjector.kext: http://forum.voodooprojects.org/index.php/topic,1170.0.html
1/*
2 * Copyright (c) 2009 Evan Lojewski. All rights reserved.
3 *
4 */
5
6#include "915resolution.h"
7#include "gui.h"
8
9void Resolution_start()
10{
11 UInt32 bp = 0;
12 UInt32 x, y;
13patchVideoBios();
14 getResolution(&x, &y, &bp);
15 gui.screen.width = x;
16 gui.screen.height = y;
17}
18
19

Archive Download this file

Revision: 307