summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorross <ross@b067294f-1dea-0310-9683-c47a78595994>2006-02-10 10:54:28 +0000
committerross <ross@b067294f-1dea-0310-9683-c47a78595994>2006-02-10 10:54:28 +0000
commit8e6b7a0248eb98aae0389f16382792622c7ab9ed (patch)
treee836c245b39145d26c2394887aba7833ff74a3e2
parent06eefd972c804a5f6715ec0490559fae010801e8 (diff)
2006-02-10 Ross Burton <ross@openedhand.com>
* data/Makefile.am: * data/nokia-770.png: * data/nokia-770.xml: Add the start of a Nokia 770 skin. git-svn-id: http://svn.o-hand.com/repos/matchbox/trunk/Xoo@1309 b067294f-1dea-0310-9683-c47a78595994
-rw-r--r--ChangeLog7
-rw-r--r--data/Makefile.am7
-rw-r--r--data/nokia-770.pngbin0 -> 1133167 bytes
-rw-r--r--data/nokia-770.xml8
4 files changed, 20 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 3a1f585..ca62a57 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2006-02-10 Ross Burton <ross@openedhand.com>
+ * data/Makefile.am:
+ * data/nokia-770.png:
+ * data/nokia-770.xml:
+ Add the start of a Nokia 770 skin.
+
+2006-02-10 Ross Burton <ross@openedhand.com>
+
* src/main.c:
* src/callbacks.c:
Use NULL rather than 0 to end execl() so that GCC doesn't
diff --git a/data/Makefile.am b/data/Makefile.am
index 36c34d4..905c9a3 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -1,7 +1,10 @@
-EXTRA_DIST = ipaq3800.xml ipaq3800.png dot.png Xoo.glade xoo.desktop xoo.png
+IPAQ = ipaq3800.xml ipaq3800.png
+N770 = nokia-770.xml nokia-770.png
+
+EXTRA_DIST = $(IPAQ) $(N770) dot.png Xoo.glade xoo.desktop xoo.png
devicedir = $(pkgdatadir)
-device_DATA = ipaq3800.xml ipaq3800.png dot.png
+device_DATA = dot.png $(IPAQ) $(N770)
uidir = $(pkgdatadir)
ui_DATA = Xoo.glade
diff --git a/data/nokia-770.png b/data/nokia-770.png
new file mode 100644
index 0000000..4d67c5b
--- /dev/null
+++ b/data/nokia-770.png
Binary files differ
diff --git a/data/nokia-770.xml b/data/nokia-770.xml
new file mode 100644
index 0000000..cd93d59
--- /dev/null
+++ b/data/nokia-770.xml
@@ -0,0 +1,8 @@
+<skin>
+ <device
+ img="nokia-770.png"
+ width="1260" height="719"
+ display_width="800" display_height="480" display_depth="16"
+ display_x="277" display_y="120" />
+
+</skin> \ No newline at end of file