summaryrefslogtreecommitdiffstats
path: root/Graphic_Equalizer/include
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2004-12-16 16:15:00 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2004-12-16 16:15:00 (GMT)
commit4aeb0ee8b0603e2e3b1c4d42412a3c3b467089b0 (patch)
treea37b954460f9bfc8ed16eb3bebac19ae077af2be /Graphic_Equalizer/include
parentdf68fe5975aee9abcc6658c7e7c85de54b37374e (diff)
downloadTASS-4aeb0ee8b0603e2e3b1c4d42412a3c3b467089b0.zip
TASS-4aeb0ee8b0603e2e3b1c4d42412a3c3b467089b0.tar.gz
TASS-4aeb0ee8b0603e2e3b1c4d42412a3c3b467089b0.tar.bz2
Added new buttons and area's.
Diffstat (limited to 'Graphic_Equalizer/include')
-rw-r--r--Graphic_Equalizer/include/display_shared.hch16
1 files changed, 15 insertions, 1 deletions
diff --git a/Graphic_Equalizer/include/display_shared.hch b/Graphic_Equalizer/include/display_shared.hch
index 103cc9f..420d48b 100644
--- a/Graphic_Equalizer/include/display_shared.hch
+++ b/Graphic_Equalizer/include/display_shared.hch
@@ -68,7 +68,21 @@ typedef struct {
#define BUTTON_CONVEX_FULL 0x11 /*!< / - \ 'Convex' mode Button*/
#define BUTTON_HELP 0x12 /*!< Button to display help screen. */
-#define BUTTON_MODE 0x13 /*!< Button to change operation mode. */
+#define BUTTON_MODE 0x13 /*!< Button to switch to graphical mode. */
+#define BUTTON_OPTION 0x14 /*!< Button to display options screen. */
+#define BUTTON_ABOUT 0x15 /*!< Button to change about screen. */
+
+#define AREA_ABOUT_BOTTOM 0x16 /*!< Bottom half of about area */
+#define AREA_ABOUT_TOP 0x17 /*!< Top half of about area */
+
+#define AREA_URL_FONTYS 0x18 /*!< Url for Fontys in about screen */
+#define AREA_URL_TASS 0x19 /*!< Url for TASS in about screen */
+#define AREA_URL_TRANSFER 0x1a /*!< Url for Transfer in about screen */
+#define AREA_URL_CELOXICA 0x1b /*!< Url for Celoxica in about screen */
+
+#define BUTTON_EXIT_TO_SKIN 0x1d /*!< Button that exits the current screen and returns to the normal 'skin' screen */
+
+#define AREA_MASK_END 0x7e /*!< Area in mask determining the end of the area beeing drawn */
#define AREA_EQUALIZER_MIN 0x80 /*!< First bar of the Equalizer Area. */
#define AREA_EQUALIZER_MAX 0xff /*!< Last bar of the Equalizer Area. */