Chameleon Applications

Chameleon Applications Svn Source Tree

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

Source at commit 320 created 12 years 10 months ago.
By ifabio, More updated stuff from Azimutz GraphicsEnabler sub-Branch http://forge.voodooprojects.org/p/chameleon/source/tree/HEAD/branches/azimutz/trunkGraphicsEnablerModules.
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: 320