Chameleon

Chameleon Svn Source Tree

Root/branches/ErmaC/Enoch/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();
10void Resolution_start()
11{
12UInt32 bp = 0;
13UInt32 x, y;
14patchVideoBios();
15getResolution(&x, &y, &bp);
16gui.screen.width = x;
17gui.screen.height = y;
18}
19
20

Archive Download this file

Revision: 2587