Chameleon

Chameleon Svn Source Tree

Root/tags/2.0/i386/modules/Resolution/Resolution.c

Source at commit 1688 created 12 years 6 months ago.
By macman, CHimera 1.6.0: Back ported 2.1svn r1649 FaceTime Fix, enhanced verbose messages in ati.c and added additional AMD graphics card support.
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: 1688