From ceef544fe0fe3b7854a11d6d9b4cb968a0f6fe00 Mon Sep 17 00:00:00 2001 From: Jerome Kuptz Date: Tue, 23 Jul 2002 06:21:35 +0000 Subject: primitive hold mode enabled for wps git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1413 a1c6a512-1295-4272-9138-f99709370657 --- apps/settings.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'apps/settings.h') diff --git a/apps/settings.h b/apps/settings.h index 3921fb1f52..7f2eccc0e9 100644 --- a/apps/settings.h +++ b/apps/settings.h @@ -64,6 +64,9 @@ struct user_settings /* geeky persistent statistics */ unsigned short total_boots; /* how many times the device has been booted */ unsigned int total_uptime; /* total uptime since rockbox was first booted */ + + /* Hold Mode */ + bool hold; }; /* prototypes */ -- cgit v1.2.3