[project @ 2005-09-14 02:28:38 by adrianl]

Correct Tinct usage test

svn path=/import/netsurf/; revision=1863
This commit is contained in:
Adrian Lees 2005-09-14 02:28:38 +00:00
parent 5903845c4a
commit de8b91ca26
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ void ro_gui_buffer_open(wimp_draw *redraw) {
#ifdef BUFFER_EMULATE_32BPP
mode = tinct_SPRITE_MODE;
#else
if (bpp == 32) {
if (bpp == 5) {
mode = tinct_SPRITE_MODE;
} else {
if ((error = xwimpreadsysinfo_wimp_mode(&mode)) != NULL) {