summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2005-01-06 14:03:29 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2005-01-06 14:03:29 (GMT)
commite34f0cdd1b2d09ba1e3d693bdf3303811d59f6c0 (patch)
tree3cb33da1cecc8af6c6be24f115642b38b1e02811
parentb6f830b806c6e396b23687d9b190e6f3b5ac1017 (diff)
downloadTASS-e34f0cdd1b2d09ba1e3d693bdf3303811d59f6c0.zip
TASS-e34f0cdd1b2d09ba1e3d693bdf3303811d59f6c0.tar.gz
TASS-e34f0cdd1b2d09ba1e3d693bdf3303811d59f6c0.tar.bz2
Introduced two new states to identify the different preset loading stages.
-rw-r--r--Graphic_Equalizer/include/smartmedia.hch21
1 files changed, 11 insertions, 10 deletions
diff --git a/Graphic_Equalizer/include/smartmedia.hch b/Graphic_Equalizer/include/smartmedia.hch
index b681255..a5388a0 100644
--- a/Graphic_Equalizer/include/smartmedia.hch
+++ b/Graphic_Equalizer/include/smartmedia.hch
@@ -33,16 +33,17 @@
/*
* The different stages the smart media loaders knows.
*/
-#define STAGE_LOAD_SKIN 0x00
-#define STAGE_LOAD_HELP 0x01
-#define STAGE_LOAD_GRAPH 0x02
-#define STAGE_LOAD_PRESET 0x03
-#define STAGE_LOAD_TOP_FONTYS 0x04
-#define STAGE_LOAD_TOP_TASS 0x05
-#define STAGE_LOAD_TOP_TRANSFER 0x06
-#define STAGE_LOAD_TOP_CELOXICA 0x07
-#define STAGE_LOAD_TOP_DETAILS 0x08
-#define STAGE_LOAD_ABOUT_BOTTOM 0x09
+#define STAGE_LOAD_DEMO_PRESET 0x00
+#define STAGE_LOAD_RESET_PRESET 0x01
+#define STAGE_LOAD_SKIN 0x02
+#define STAGE_LOAD_HELP 0x03
+#define STAGE_LOAD_GRAPH 0x04
+#define STAGE_LOAD_TOP_FONTYS 0x05
+#define STAGE_LOAD_TOP_TASS 0x06
+#define STAGE_LOAD_TOP_TRANSFER 0x07
+#define STAGE_LOAD_TOP_CELOXICA 0x08
+#define STAGE_LOAD_TOP_DETAILS 0x09
+#define STAGE_LOAD_ABOUT_BOTTOM 0x0a