Chameleon

Chameleon Commit Details

Date:2010-02-17 22:21:08 (14 years 2 months ago)
Author:Rekursor
Commit:85
Parents: 84
Message:Added 2 more dprintf() calls for width and height for facilitating themes debug.
Changes:
M/trunk/i386/boot2/gui.c

File differences

trunk/i386/boot2/gui.c
734734
735735
736736
737
738
737739
738740
739741
gui.debug.cursor = pos( 10, 100);
dprintf( &gui.screen, "label %s\n", param->label );
dprintf( &gui.screen, "biosdev 0x%x\n", param->biosdev );
dprintf(&gui.screen, "width %d\n", param->width);
dprintf(&gui.screen, "height %d\n", param->height);
dprintf( &gui.screen, "type 0x%x\n", param->type );
dprintf( &gui.screen, "flags 0x%x\n", param->flags );
dprintf( &gui.screen, "part_no %d\n", param->part_no );

Archive Download the corresponding diff file

Revision: 85