Chameleon

Chameleon Commit Details

Date:2012-10-27 06:21:06 (11 years 6 months ago)
Author:Evan Lojewski
Commit:2083
Parents: 2082
Message:Make vmramwrite local scope only.
Changes:
M/trunk/i386/boot2/gui.c

File differences

trunk/i386/boot2/gui.c
11631163
11641164
11651165
1166
1166
11671167
11681168
11691169
return;
}
inline
static inline
void vramwrite (void *data, int width, int height)
{
if (VIDEO (depth) == 32 && VIDEO (rowBytes) == gui.backbuffer->width * 4)

Archive Download the corresponding diff file

Revision: 2083