From 1a9442c0018ec92e0250246dc0112fed0e89bd55 Mon Sep 17 00:00:00 2001 From: Karl Kurbjun Date: Wed, 15 Nov 2006 06:46:35 +0000 Subject: Hopefully clean up some errors git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11528 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/chessbox/chessbox.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/plugins/chessbox') diff --git a/apps/plugins/chessbox/chessbox.c b/apps/plugins/chessbox/chessbox.c index d82ac9e181..3a69fc999a 100644 --- a/apps/plugins/chessbox/chessbox.c +++ b/apps/plugins/chessbox/chessbox.c @@ -643,7 +643,9 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter) { /* plugin init */ (void)parameter; rb = api; +#if LCD_DEPTH > 1 rb->lcd_set_backdrop(NULL); +#endif /* end of plugin init */ /* load opening book, soon */ -- cgit v1.2.3