diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2005-09-01 08:04:37 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2005-09-01 08:04:37 +0000 |
| commit | 6c2af7c2aa8afde380b5a5f7c606c49dd38bef18 (patch) | |
| tree | b310ecf6d3f9850d322bff9fa0d4b0f8dd3107fb /apps/settings.h | |
| parent | 977aa614ba4d6a5515a8b0bb8353772f7e883397 (diff) | |
| download | rockbox-6c2af7c2aa8afde380b5a5f7c606c49dd38bef18.zip rockbox-6c2af7c2aa8afde380b5a5f7c606c49dd38bef18.tar.gz rockbox-6c2af7c2aa8afde380b5a5f7c606c49dd38bef18.tar.bz2 rockbox-6c2af7c2aa8afde380b5a5f7c606c49dd38bef18.tar.xz | |
On popular demand, the arrow cursor is reintroduced
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7438 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings.h')
| -rw-r--r-- | apps/settings.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h index 0df93c9..8387fe0 100644 --- a/apps/settings.h +++ b/apps/settings.h @@ -195,6 +195,8 @@ struct user_settings int contrast; /* lcd contrast: 0-63 0=low 63=high */ bool invert; /* invert display */ + bool invert_cursor; /* invert the current file in dir browser and menu + instead of using the default cursor */ bool flip_display; /* turn display (and button layout) by 180 degrees */ bool bidi_support; /* reverse hebrew/arabic chars: 0=off, 1=on */ int poweroff; /* power off timer */ |