summaryrefslogtreecommitdiff
path: root/apps/gui/yesno.h
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2008-05-11 13:39:22 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2008-05-11 13:39:22 +0000
commit10df05438e329c7271c8cc7c4e9cdf2adace52dd (patch)
treef6c4bce9793bba63802137f0425bc9a7cfaefec0 /apps/gui/yesno.h
parentfc25f3f61be62fdfe1d32f5bf1a52a2a148db6ab (diff)
downloadrockbox-10df05438e329c7271c8cc7c4e9cdf2adace52dd.tar.gz
rockbox-10df05438e329c7271c8cc7c4e9cdf2adace52dd.zip
more textarea to viewport conversion... yes/no screen...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17454 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui/yesno.h')
-rw-r--r--apps/gui/yesno.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/apps/gui/yesno.h b/apps/gui/yesno.h
index b57ee89d48..50c4fbac5b 100644
--- a/apps/gui/yesno.h
+++ b/apps/gui/yesno.h
@@ -30,14 +30,6 @@ enum yesno_res
30 YESNO_USB 30 YESNO_USB
31}; 31};
32 32
33struct gui_yesno
34{
35 const struct text_message * main_message;
36 const struct text_message * result_message[2];
37
38 struct screen * display;
39};
40
41/* 33/*
42 * Runs the yesno asker : 34 * Runs the yesno asker :
43 * it will display the 'main_message' question, and wait for user keypress 35 * it will display the 'main_message' question, and wait for user keypress