Chameleon

Chameleon Commit Details

Date:2011-12-11 19:59:33 (12 years 4 months ago)
Author:JrCs
Commit:1723
Parents: 1722
Message:Add missing drawChar function declaration
Changes:
M/trunk/i386/boot2/gui.h

File differences

trunk/i386/boot2/gui.h
144144
145145
146146
147
147148
148149
149150
void updateVRAM();
position_t drawChar(unsigned char ch, font_t *font, pixmap_t *blendInto, position_t p);
void drawStr(char *ch, font_t *font, pixmap_t *blendInto, position_t p);
void drawStrCenteredAt(char *ch, font_t *font, pixmap_t *blendInto, position_t p);

Archive Download the corresponding diff file

Revision: 1723