summaryrefslogtreecommitdiff
path: root/libopie2/opiecore/device/odevice.h
authoralwin <alwin>2004-04-22 11:47:08 (UTC)
committer alwin <alwin>2004-04-22 11:47:08 (UTC)
commita95b0c46820c2e9e76598cf430ce279eeba7edb8 (patch) (unidiff)
treeda8073f4a2b4041db0f7ef1cb3ae5e6eb8cb9019 /libopie2/opiecore/device/odevice.h
parent2a950511ee173c2cbce5da4d14de9cea6fcd5034 (diff)
downloadopie-a95b0c46820c2e9e76598cf430ce279eeba7edb8.zip
opie-a95b0c46820c2e9e76598cf430ce279eeba7edb8.tar.gz
opie-a95b0c46820c2e9e76598cf430ce279eeba7edb8.tar.bz2
-added default buttons for emulation in qvfb or for unknown devices
-default email app is now opiemail instead of mail
Diffstat (limited to 'libopie2/opiecore/device/odevice.h') (more/less context) (show whitespace changes)
-rw-r--r--libopie2/opiecore/device/odevice.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/libopie2/opiecore/device/odevice.h b/libopie2/opiecore/device/odevice.h
index 5ee9cca..0ba58f0 100644
--- a/libopie2/opiecore/device/odevice.h
+++ b/libopie2/opiecore/device/odevice.h
@@ -160,6 +160,21 @@ enum OHingeStatus {
160 CASE_UNKNOWN = 1, 160 CASE_UNKNOWN = 1,
161}; 161};
162 162
163/* default button for qvfb or such
164 * see odevice.cpp for details.
165 * hint: manage a user defined button for qvfb?
166 * alwin
167 */
168struct default_button {
169 Qt::Key code;
170 char *utext;
171 char *pix;
172 char *fpressedservice;
173 char *fpressedaction;
174 char *fheldservice;
175 char *fheldaction;
176};
177
163/** 178/**
164 * A singleton which gives informations about device specefic option 179 * A singleton which gives informations about device specefic option
165 * like the Hardware used, LEDs, the Base Distribution and 180 * like the Hardware used, LEDs, the Base Distribution and