summaryrefslogtreecommitdiff
path: root/apps/screen_access.h
diff options
context:
space:
mode:
authorKevin Ferrare <kevin@rockbox.org>2007-07-18 11:18:52 +0000
committerKevin Ferrare <kevin@rockbox.org>2007-07-18 11:18:52 +0000
commitf074b4635b558238b4debad4ebf14fa675496d23 (patch)
tree7319caad054f9ee23d73d3d64bbc6d6da1037d78 /apps/screen_access.h
parente6a3f7d731d58e5d9d9397327e7e4ced6a4373aa (diff)
downloadrockbox-f074b4635b558238b4debad4ebf14fa675496d23.tar.gz
rockbox-f074b4635b558238b4debad4ebf14fa675496d23.zip
Cleaned up the demistify plugin a litle bit, switched the key handling to the action API
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13926 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/screen_access.h')
-rw-r--r--apps/screen_access.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/screen_access.h b/apps/screen_access.h
index e40943f003..1fd74046e6 100644
--- a/apps/screen_access.h
+++ b/apps/screen_access.h
@@ -57,6 +57,7 @@ struct screen
57 int nb_lines; 57 int nb_lines;
58 enum screen_type screen_type; 58 enum screen_type screen_type;
59 int depth; 59 int depth;
60 bool is_color;
60 int char_width; 61 int char_width;
61 int char_height; 62 int char_height;
62#if (CONFIG_LED == LED_VIRTUAL) || defined(HAVE_REMOTE_LCD) 63#if (CONFIG_LED == LED_VIRTUAL) || defined(HAVE_REMOTE_LCD)