summaryrefslogtreecommitdiff
path: root/apps/plugins/brickmania.c
diff options
context:
space:
mode:
authorKarl Kurbjun <kkurbjun@gmail.com>2006-11-15 06:46:35 +0000
committerKarl Kurbjun <kkurbjun@gmail.com>2006-11-15 06:46:35 +0000
commit1a9442c0018ec92e0250246dc0112fed0e89bd55 (patch)
tree3c17288156e64a403e40a5e89eea8293884b6354 /apps/plugins/brickmania.c
parentcd73d8bf02def4041336a5eaa53126eb71c4f708 (diff)
downloadrockbox-1a9442c0018ec92e0250246dc0112fed0e89bd55.tar.gz
rockbox-1a9442c0018ec92e0250246dc0112fed0e89bd55.zip
Hopefully clean up some errors
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11528 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/brickmania.c')
-rw-r--r--apps/plugins/brickmania.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/plugins/brickmania.c b/apps/plugins/brickmania.c
index 4eb366dc6e..5bcecce33b 100644
--- a/apps/plugins/brickmania.c
+++ b/apps/plugins/brickmania.c
@@ -1943,6 +1943,9 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter)
1943 rb = api; 1943 rb = api;
1944 1944
1945 rb->lcd_setfont(FONT_SYSFIXED); 1945 rb->lcd_setfont(FONT_SYSFIXED);
1946#if LCD_DEPTH > 1
1947 rb->lcd_set_backdrop(NULL);
1948#endif
1946 /* Permanently enable the backlight (unless the user has turned it off) */ 1949 /* Permanently enable the backlight (unless the user has turned it off) */
1947 if (rb->global_settings->backlight_timeout > 0) 1950 if (rb->global_settings->backlight_timeout > 0)
1948 rb->backlight_set_timeout(1); 1951 rb->backlight_set_timeout(1);