Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/boards/scales
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2002-11-25 23:16:55 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2002-11-25 23:16:55 (GMT)
commit88a901f4b403cd063935894f28abe3fa7e15401a (patch)
tree6c0018b5c902ccda3d36496c0a9a5032b507ee32 /boards/scales
parentcd7b2e4038b6f04f9bba03621ff49c67083b3c0f (diff)
fixed random bad display of the image fixed in i386, keys was not working
* boards/scales/board1_0.xml.in: fixed random bad display of the image * src/boards/gletters.c: (key_press): fixed in i386, keys was not working anymore * src/boards/shapegame.c: (item_event), (add_shape_to_canvas), (add_xml_shape_to_data), (parse_doc): now support the position property in the xml to specify the depth of the shape :back/front. Fixed the sound support for the level 3 of doublentry board. * src/gcompris/soundutil.c: reindented
Diffstat (limited to 'boards/scales')
-rw-r--r--boards/scales/board1_0.xml.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/boards/scales/board1_0.xml.in b/boards/scales/board1_0.xml.in
index 51bf232..bff867c 100644
--- a/boards/scales/board1_0.xml.in
+++ b/boards/scales/board1_0.xml.in
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<ShapeGame OkIfAddedName="5">
<Shape name="1" pixmapfile="gcompris/gcompris-shapelabel.jpg" type="SHAPE_BACKGROUND"
- x="405" y="490" zoomx="1" zoomy="1" position="0"/>
+ x="405" y="490" zoomx="1" zoomy="1" position="1"/>
<Title x="394" y="490" justification="GTK_JUSTIFY_CENTER">
<_name>Drag and Drop masses to equilibrate the scales</_name>
</Title>
- <Shape name="M" pixmapfile="scales/masse.png" x="585" y="172" zoomx="1" zoomy="1" position="0" type="SHAPE_BACKGROUND"/>
+ <Shape name="M" pixmapfile="scales/masse.png" x="585" y="172" zoomx="1" zoomy="1" position="1" type="SHAPE_BACKGROUND"/>
<Title name="5" x="585" y="180" justification="GTK_JUSTIFY_CENTER"/>
- <Shape name="B" pixmapfile="scales/scales.png" x="400" y="250" zoomx="1" zoomy="1" position="0" type="SHAPE_BACKGROUND"/>
- <Shape name="4" pixmapfile="scales/masse4.png" x="200" y="172" zoomx="1" zoomy="1" position="0"/>
- <Shape name="1" pixmapfile="scales/masse1.png" x="250" y="172" zoomx="1" zoomy="1" position="0"/>
+ <Shape name="B" pixmapfile="scales/scales.png" x="400" y="250" zoomx="1" zoomy="1" position="1" type="SHAPE_BACKGROUND"/>
+ <Shape name="4" pixmapfile="scales/masse4.png" x="200" y="172" zoomx="1" zoomy="1" position="1"/>
+ <Shape name="1" pixmapfile="scales/masse1.png" x="250" y="172" zoomx="1" zoomy="1" position="1"/>
<Shape name="V" pixmapfile="scales/tabepice.jpg" x="405" y="260" zoomx="1" zoomy="1" position="0" type="SHAPE_BACKGROUND"/>
</ShapeGame>