summaryrefslogtreecommitdiff
path: root/apps/plugins/chessbox/chessbox.c
diff options
context:
space:
mode:
authorKarl Kurbjun <kkurbjun@gmail.com>2006-11-15 06:14:27 +0000
committerKarl Kurbjun <kkurbjun@gmail.com>2006-11-15 06:14:27 +0000
commitd6b0c973127377760350ec92f3f1a33af0566835 (patch)
tree1052a2407af8e44e2e2b3f8327b2270e9dc655b8 /apps/plugins/chessbox/chessbox.c
parent9b0ef15c0de787b41b378be88bd01001c1ba3d2d (diff)
downloadrockbox-d6b0c973127377760350ec92f3f1a33af0566835.tar.gz
rockbox-d6b0c973127377760350ec92f3f1a33af0566835.zip
Don't need to remove the backdrop for all plugins - leave it up for some.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11526 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/chessbox/chessbox.c')
-rw-r--r--apps/plugins/chessbox/chessbox.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugins/chessbox/chessbox.c b/apps/plugins/chessbox/chessbox.c
index fdab570bc2..d82ac9e181 100644
--- a/apps/plugins/chessbox/chessbox.c
+++ b/apps/plugins/chessbox/chessbox.c
@@ -643,10 +643,11 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter) {
643 /* plugin init */ 643 /* plugin init */
644 (void)parameter; 644 (void)parameter;
645 rb = api; 645 rb = api;
646 rb->lcd_set_backdrop(NULL);
646 /* end of plugin init */ 647 /* end of plugin init */
647 648
648 /* load opening book, soon */ 649 /* load opening book, soon */
649 650
650 /* init board */ 651 /* init board */
651 GNUChess_Initialize(); 652 GNUChess_Initialize();
652 653