aboutsummaryrefslogtreecommitdiff
path: root/backends/PalmOS/Src/skin.h
diff options
context:
space:
mode:
authorChris Apers2004-09-12 12:50:52 +0000
committerChris Apers2004-09-12 12:50:52 +0000
commit11f1ccf43a399d24412f13df9fe4101982c2b0dc (patch)
treec7af28e3bc41762c7f79e291b70ba615bbf90391 /backends/PalmOS/Src/skin.h
parentf90902959b78bf25204555e938c1b47b1ada58c9 (diff)
downloadscummvm-rg350-11f1ccf43a399d24412f13df9fe4101982c2b0dc.tar.gz
scummvm-rg350-11f1ccf43a399d24412f13df9fe4101982c2b0dc.tar.bz2
scummvm-rg350-11f1ccf43a399d24412f13df9fe4101982c2b0dc.zip
16bit skin support + Palm API only redraw (=skins can now be compressed) + cleanup
svn-id: r15043
Diffstat (limited to 'backends/PalmOS/Src/skin.h')
-rw-r--r--backends/PalmOS/Src/skin.h11
1 files changed, 7 insertions, 4 deletions
diff --git a/backends/PalmOS/Src/skin.h b/backends/PalmOS/Src/skin.h
index 7700aef927..0e7b7550a0 100644
--- a/backends/PalmOS/Src/skin.h
+++ b/backends/PalmOS/Src/skin.h
@@ -39,6 +39,7 @@
#define sknPosRsc 'sPos'
#define sknColorsRsc 'sCol'
+#define sknDepthRsc 'sDep'
#define sknStateNormal 0
#define sknStateSelected 10
@@ -49,8 +50,9 @@
// skin elements
#define skinList 500
-#define skinColors 600
-#define skinPalette 610
+#define skinColors 600
+#define skinDepth 700
+
#define skinButtonNone 0
#define skinSliderUpArrow 2000
@@ -62,8 +64,8 @@
#define skinButtonGameDelete 4000
#define skinButtonGameStart 7000
-#define skinBackgroundImageTop 1000
-#define skinBackgroundImageBottom 1010
+#define skinBackgroundImageTop 1000
+#define skinBackgroundImageBottom 1010
///
@@ -117,6 +119,7 @@ void SknGetListBounds(RectangleType *rAreaP, RectangleType *rArea2xP);
UInt16 SknCheckClick(DmOpenRef skinDBP, Coord mx, Coord my);
void SknSelect(Coord x, Coord y);
Boolean SknProcessArrowAction(UInt16 button);
+UInt8 SknGetDepth(DmOpenRef skinDBP);
extern UInt16 lastIndex;