Chameleon

Chameleon Svn Source Tree

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

Archive Download this file

Revision: 2582