~ubuntu-branches/ubuntu/raring/mame/raring-proposed

« back to all changes in this revision

Viewing changes to mess/src/mess/layout/savia84.lay

  • Committer: Package Import Robot
  • Author(s): Jordi Mallach, Jordi Mallach, Emmanuel Kasper
  • Date: 2011-12-19 22:56:27 UTC
  • mfrom: (0.1.2)
  • Revision ID: package-import@ubuntu.com-20111219225627-ub5oga1oys4ogqzm
Tags: 0.144-1
[ Jordi Mallach ]
* Fix syntax errors in DEP5 copyright file (lintian).
* Use a versioned copyright Format specification field.
* Update Vcs-* URLs.
* Move transitional packages to the new metapackages section, and make
  them priority extra.
* Remove references to GNU/Linux and MESS sources from copyright.
* Add build variables for s390x.
* Use .xz tarballs as it cuts 4MB for the upstream sources.
* Add nplayers.ini as a patch. Update copyright file to add CC-BY-SA-3.0.

[ Emmanuel Kasper ]
* New upstream release. Closes: #651538.
* Add Free Desktop compliant png icons of various sizes taken from
  the hydroxygen iconset
* Mess is now built from a new source package, to avoid possible source
  incompatibilities between mame and the mess overlay.
* Mame-tools are not built from the mame source package anymore, but
  from the mess source package

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0"?>
2
 
<mamelayout version="2">
3
 
        <element name="digit" defstate="0">
4
 
                <led7seg>
5
 
                        <color red="0.75" green="0.0" blue="0.0" />
6
 
                </led7seg>
7
 
        </element>
8
 
        <element name="red_led">
9
 
                <disk>
10
 
                        <color red="1.0" green="0.0" blue="0.0" />
11
 
                </disk>
12
 
        </element>
13
 
        <element name="background">
14
 
                <rect>
15
 
                        <bounds left="0" top="0" right="1" bottom="1" />
16
 
                        <color red="0.0" green="0.0" blue="0.0" />
17
 
                </rect>
18
 
        </element>
19
 
 
20
 
        <view name="Savia 84">
21
 
                <!-- Black background -->
22
 
                <bezel element="background">
23
 
                        <bounds left="1" top="1" right="600" bottom="480" />
24
 
                </bezel>
25
 
                <bezel name="digit1" element="digit">
26
 
                        <bounds left="107" top="105" right="155" bottom="185" />
27
 
                </bezel>
28
 
                <bezel name="digit2" element="digit">
29
 
                        <bounds left="155" top="105" right="203" bottom="185" />
30
 
                </bezel>
31
 
                <bezel name="digit3" element="digit">
32
 
                        <bounds left="203" top="105" right="251" bottom="185" />
33
 
                </bezel>
34
 
                <bezel name="digit4" element="digit">
35
 
                        <bounds left="251" top="105" right="299" bottom="185" />
36
 
                </bezel>
37
 
                <bezel name="digit5" element="digit">
38
 
                        <bounds left="299" top="105" right="347" bottom="185" />
39
 
                </bezel>
40
 
                <bezel name="digit6" element="digit">
41
 
                        <bounds left="347" top="105" right="395" bottom="185" />
42
 
                </bezel>
43
 
                <bezel name="digit7" element="digit">
44
 
                        <bounds left="395" top="105" right="443" bottom="185" />
45
 
                </bezel>
46
 
                <bezel name="digit8" element="digit">
47
 
                        <bounds left="443" top="105" right="491" bottom="185" />
48
 
                </bezel>
49
 
                <bezel name="led0" element="red_led">
50
 
                        <bounds left="55" right="70" top="100" bottom="115" />
51
 
                </bezel>
52
 
                <bezel name="led1" element="red_led">
53
 
                        <bounds left="55" right="70" top="125" bottom="140" />
54
 
                </bezel>
55
 
                <bezel name="led2" element="red_led">
56
 
                        <bounds left="55" right="70" top="150" bottom="165" />
57
 
                </bezel>
58
 
                <bezel name="led3" element="red_led">
59
 
                        <bounds left="55" right="70" top="175" bottom="190" />
60
 
                </bezel>
61
 
                <bezel name="led4" element="red_led">
62
 
                        <bounds left="55" right="70" top="200" bottom="215" />
63
 
                </bezel>
64
 
                <bezel name="led5" element="red_led">
65
 
                        <bounds left="55" right="70" top="225" bottom="240" />
66
 
                </bezel>
67
 
                <bezel name="led6" element="red_led">
68
 
                        <bounds left="55" right="70" top="250" bottom="265" />
69
 
                </bezel>
70
 
                <bezel name="led7" element="red_led">
71
 
                        <bounds left="55" right="70" top="275" bottom="290" />
72
 
                </bezel>
73
 
        </view>
74
 
</mamelayout>