All pastes #283069 Raw Edit

Untitled

public text v1 · immutable
#283069 ·published 2006-12-18 02:00 UTC
rendered paste body
Index: apps/plugins/sudoku/sudoku.c
===================================================================
RCS file: /cvsroot/rockbox/apps/plugins/sudoku/sudoku.c,v
retrieving revision 1.16
diff -u -r1.16 sudoku.c
--- apps/plugins/sudoku/sudoku.c	15 Nov 2006 06:46:35 -0000	1.16
+++ apps/plugins/sudoku/sudoku.c	18 Dec 2006 01:53:45 -0000
@@ -790,6 +790,7 @@
     int r,c;
 
     /* Clear the display buffer */
+    rb->lcd_set_foreground(LCD_BLACK);
     rb->lcd_clear_display();
 
     /* Draw the gridlines - differently for different targets */