aboutsummaryrefslogtreecommitdiff
path: root/backends/PalmOS
diff options
context:
space:
mode:
authorChris Apers2006-02-26 16:51:41 +0000
committerChris Apers2006-02-26 16:51:41 +0000
commita32de4c34cd6f5980124f42b4bf6f7bc40ee8585 (patch)
treeff341d04983faede7958145dbc3b57e20e99d769 /backends/PalmOS
parent2ef4f1fea2c04092e512fabc80aff2eced31c69d (diff)
downloadscummvm-rg350-a32de4c34cd6f5980124f42b4bf6f7bc40ee8585.tar.gz
scummvm-rg350-a32de4c34cd6f5980124f42b4bf6f7bc40ee8585.tar.bz2
scummvm-rg350-a32de4c34cd6f5980124f42b4bf6f7bc40ee8585.zip
New modules resources
svn-id: r20932
Diffstat (limited to 'backends/PalmOS')
-rwxr-xr-xbackends/PalmOS/Rsc/batLow.bmpbin0 -> 1592 bytes
-rwxr-xr-xbackends/PalmOS/Rsc/keyAlt.bmpbin0 -> 1336 bytes
-rwxr-xr-xbackends/PalmOS/Rsc/keyCommand.bmpbin0 -> 1336 bytes
-rwxr-xr-xbackends/PalmOS/Rsc/keyCtrl.bmpbin0 -> 1336 bytes
-rwxr-xr-xbackends/PalmOS/Rsc/modules.rcp67
-rwxr-xr-xbackends/PalmOS/Rsc/modulesrsc.h6
-rwxr-xr-xbackends/PalmOS/Rsc/numpad.bmpbin0 -> 1336 bytes
7 files changed, 73 insertions, 0 deletions
diff --git a/backends/PalmOS/Rsc/batLow.bmp b/backends/PalmOS/Rsc/batLow.bmp
new file mode 100755
index 0000000000..1d18131450
--- /dev/null
+++ b/backends/PalmOS/Rsc/batLow.bmp
Binary files differ
diff --git a/backends/PalmOS/Rsc/keyAlt.bmp b/backends/PalmOS/Rsc/keyAlt.bmp
new file mode 100755
index 0000000000..28165394f8
--- /dev/null
+++ b/backends/PalmOS/Rsc/keyAlt.bmp
Binary files differ
diff --git a/backends/PalmOS/Rsc/keyCommand.bmp b/backends/PalmOS/Rsc/keyCommand.bmp
new file mode 100755
index 0000000000..1324037cd3
--- /dev/null
+++ b/backends/PalmOS/Rsc/keyCommand.bmp
Binary files differ
diff --git a/backends/PalmOS/Rsc/keyCtrl.bmp b/backends/PalmOS/Rsc/keyCtrl.bmp
new file mode 100755
index 0000000000..fed20fd8d0
--- /dev/null
+++ b/backends/PalmOS/Rsc/keyCtrl.bmp
Binary files differ
diff --git a/backends/PalmOS/Rsc/modules.rcp b/backends/PalmOS/Rsc/modules.rcp
new file mode 100755
index 0000000000..7a7afe96be
--- /dev/null
+++ b/backends/PalmOS/Rsc/modules.rcp
@@ -0,0 +1,67 @@
+/* ScummVM - Scumm Interpreter
+ * Copyright (C) 2001 Ludvig Strigeus
+ * Copyright (C) 2001-2006 The ScummVM project
+ * Copyright (C) 2002-2006 Chris Apers - PalmOS Backend
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ *
+ * $URL$
+ * $Id$
+ *
+ */
+
+BITMAP ID 3100
+BEGIN
+ BITMAP "keyCommand.bmp" BPP 1 DENSITY 2
+END
+BITMAP ID 3101
+BEGIN
+ BITMAP "keyAlt.bmp" BPP 1 DENSITY 2
+END
+BITMAP ID 3102
+BEGIN
+ BITMAP "keyCtrl.bmp" BPP 1 DENSITY 2
+END
+BITMAP ID 3120
+BEGIN
+ BITMAP "batLow.bmp" BPP 1 DENSITY 2
+END
+BITMAP ID 3130
+BEGIN
+ BITMAP "numpad.bmp" BPP 1 DENSITY 2
+END
+
+/*
+BITMAP ID 3100 "keyCommand.bmp" DENSITY 2
+BITMAP ID 3101 "keyAlt.bmp" DENSITY 2
+BITMAP ID 3102 "keyCtrl.bmp" DENSITY 2
+BITMAP ID 3120 "batLow.bmp" DENSITY 2
+BITMAP ID 3130 "numpad.bmp" DENSITY 2
+*/
+BITMAP ID 3000 "keyCommand.bmp" DENSITY 1
+BITMAP ID 3001 "keyAlt.bmp" DENSITY 1
+BITMAP ID 3002 "keyCtrl.bmp" DENSITY 1
+BITMAP ID 3020 "batLow.bmp" DENSITY 1
+BITMAP ID 3030 "numpad.bmp" DENSITY 1
+
+ALERT ID 1200
+ DEFAULTBUTTON 0
+ ERROR
+BEGIN
+ TITLE "ScummVM Fatal Error"
+ MESSAGE "^1"
+ BUTTONS "Exit"
+END
+
diff --git a/backends/PalmOS/Rsc/modulesrsc.h b/backends/PalmOS/Rsc/modulesrsc.h
new file mode 100755
index 0000000000..14b32ee0b6
--- /dev/null
+++ b/backends/PalmOS/Rsc/modulesrsc.h
@@ -0,0 +1,6 @@
+#ifndef MODULESRSC_H
+#define MODULESRSC_H
+
+#define FrmFatalErrorAlert 1200
+
+#endif
diff --git a/backends/PalmOS/Rsc/numpad.bmp b/backends/PalmOS/Rsc/numpad.bmp
new file mode 100755
index 0000000000..7763d76c05
--- /dev/null
+++ b/backends/PalmOS/Rsc/numpad.bmp
Binary files differ