summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederic Plourde <frederic.plourde@collabora.co.uk>2012-10-31 14:30:00 -0400
committerFrederic Plourde <frederic.plourde@collabora.co.uk>2012-10-31 14:31:40 -0400
commita8f3f5828174435afe545df45fb65f54298afb91 (patch)
treec0e5ba166a3eb57436ad6f0322c41c8ef3178d86
parentf8d3ca4e3dbf41a471022ecec3d9acd85e75a300 (diff)
Add the Generic Skin
-rw-r--r--data/generic.pngbin0 -> 536935 bytes
-rw-r--r--data/generic.xml38
-rw-r--r--data/generic_btn_down.pngbin0 -> 2916 bytes
3 files changed, 38 insertions, 0 deletions
diff --git a/data/generic.png b/data/generic.png
new file mode 100644
index 0000000..d24fad9
--- /dev/null
+++ b/data/generic.png
Binary files differ
diff --git a/data/generic.xml b/data/generic.xml
new file mode 100644
index 0000000..53490fb
--- /dev/null
+++ b/data/generic.xml
@@ -0,0 +1,38 @@
+<generic>
+
+<!--
+ Example config 'device' file for a generic device.
+ The format should be self-explanatory.
+-->
+
+<!--
+ first define the window size, image and display geometry for your
+ 'fake' device.
+-->
+
+<device width='700' height='469'
+ display_width='560' display_height='335'
+ display_x='71' display_y='42'
+ img='generic.png' />
+
+<!-- Buttons ( optional )
+ Th define each of the buttons. Note, there are a couple of extra
+ optional attributes not used here;
+
+ - 'img' - set to an image pathname for the down state of the button
+
+ - repeat = 'on|off' , Turn key repeat on/off for that key. By default
+ key repeat is on.
+ -->
+
+<button x='89' y='419' width='49' height='24' key='a' img='generic_btn_down.png'/>
+
+<button x='253' y='425' width='98' height='30' key='b'/>
+
+<button x='352' y='425' width='98' height='30' key='c'/>
+
+<button x='549' y='421' width='36' height='17' key='d'/>
+
+<button x='613' y='421' width='36' height='17' key='e'/>
+
+</generic>
diff --git a/data/generic_btn_down.png b/data/generic_btn_down.png
new file mode 100644
index 0000000..2029664
--- /dev/null
+++ b/data/generic_btn_down.png
Binary files differ