Chameleon

Chameleon Svn Source Tree

Root/branches/slice/trunkM/i386/modules/Resolution/Resolution.c

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: 1171