~ubuntu-branches/ubuntu/vivid/mygui/vivid

« back to all changes in this revision

Viewing changes to Media/MyGUI_Media/MyGUI_Pointers.xml

  • Committer: Package Import Robot
  • Author(s): Scott Howard, Bret Curtis, Scott Howard
  • Date: 2014-09-18 17:57:48 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20140918175748-dd8va78mvpw1jbes
Tags: 3.2.1-1
[ Bret Curtis ]
* Updated license for majority of files from LGPL to Expat (MIT)

[ Scott Howard ]
* New upstream release
* Updated patch to add build option for system GLEW libraries
* All patches accepted upstream except shared_libraries.patch
* Bumped SONAME due to dropped symbols, updated *.symbols and package
  names
* Updated license of debian/* to Expat with permission of all authors
* Don't install Doxygen autogenerated md5 and map files (thanks
  lintian)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
<MyGUI type="Resource" version="1.1">
3
 
        <Resource type="ResourceImageSetPointer" name="arrow">
4
 
                <Property key="Point" value="1 1"/>
5
 
                <Property key="Size" value="32 32"/>
6
 
                <Property key="Resource" value="ArrowPointerImage"/>
7
 
        </Resource>
8
 
        <Resource type="ResourceImageSetPointer" name="beam">
9
 
                <Property key="Point" value="16 16"/>
10
 
                <Property key="Size" value="32 32"/>
11
 
                <Property key="Resource" value="BeamPointerImage"/>
12
 
        </Resource>
13
 
        <Resource type="ResourceImageSetPointer" name="size_left">
14
 
                <Property key="Point" value="16 16"/>
15
 
                <Property key="Size" value="32 32"/>
16
 
                <Property key="Resource" value="SizeLeftPointerImage"/>
17
 
        </Resource>
18
 
        <Resource type="ResourceImageSetPointer" name="size_right">
19
 
                <Property key="Point" value="16 16"/>
20
 
                <Property key="Size" value="32 32"/>
21
 
                <Property key="Resource" value="SizeRightPointerImage"/>
22
 
        </Resource>
23
 
        <Resource type="ResourceImageSetPointer" name="size_horz">
24
 
                <Property key="Point" value="16 16"/>
25
 
                <Property key="Size" value="32 32"/>
26
 
                <Property key="Resource" value="SizeHorzPointerImage"/>
27
 
        </Resource>
28
 
        <Resource type="ResourceImageSetPointer" name="size_vert">
29
 
                <Property key="Point" value="16 16"/>
30
 
                <Property key="Size" value="32 32"/>
31
 
                <Property key="Resource" value="SizeVertPointerImage"/>
32
 
        </Resource>
33
 
        <Resource type="ResourceImageSetPointer" name="hand">
34
 
                <Property key="Point" value="16 16"/>
35
 
                <Property key="Size" value="32 32"/>
36
 
                <Property key="Resource" value="HandPointerImage"/>
37
 
        </Resource>
38
 
        <Resource type="ResourceImageSetPointer" name="link">
39
 
                <Property key="Point" value="1 1"/>
40
 
                <Property key="Size" value="32 32"/>
41
 
                <Property key="Resource" value="LinkPointerImage"/>
42
 
        </Resource>
43
 
</MyGUI>
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<MyGUI type="Resource" version="1.1">
 
3
        <Resource type="ResourceImageSetPointer" name="arrow">
 
4
                <Property key="Point" value="1 1"/>
 
5
                <Property key="Size" value="32 32"/>
 
6
                <Property key="Resource" value="ArrowPointerImage"/>
 
7
        </Resource>
 
8
        <Resource type="ResourceImageSetPointer" name="beam">
 
9
                <Property key="Point" value="16 16"/>
 
10
                <Property key="Size" value="32 32"/>
 
11
                <Property key="Resource" value="BeamPointerImage"/>
 
12
        </Resource>
 
13
        <Resource type="ResourceImageSetPointer" name="size_left">
 
14
                <Property key="Point" value="16 16"/>
 
15
                <Property key="Size" value="32 32"/>
 
16
                <Property key="Resource" value="SizeLeftPointerImage"/>
 
17
        </Resource>
 
18
        <Resource type="ResourceImageSetPointer" name="size_right">
 
19
                <Property key="Point" value="16 16"/>
 
20
                <Property key="Size" value="32 32"/>
 
21
                <Property key="Resource" value="SizeRightPointerImage"/>
 
22
        </Resource>
 
23
        <Resource type="ResourceImageSetPointer" name="size_horz">
 
24
                <Property key="Point" value="16 16"/>
 
25
                <Property key="Size" value="32 32"/>
 
26
                <Property key="Resource" value="SizeHorzPointerImage"/>
 
27
        </Resource>
 
28
        <Resource type="ResourceImageSetPointer" name="size_vert">
 
29
                <Property key="Point" value="16 16"/>
 
30
                <Property key="Size" value="32 32"/>
 
31
                <Property key="Resource" value="SizeVertPointerImage"/>
 
32
        </Resource>
 
33
        <Resource type="ResourceImageSetPointer" name="hand">
 
34
                <Property key="Point" value="16 16"/>
 
35
                <Property key="Size" value="32 32"/>
 
36
                <Property key="Resource" value="HandPointerImage"/>
 
37
        </Resource>
 
38
        <Resource type="ResourceImageSetPointer" name="link">
 
39
                <Property key="Point" value="1 1"/>
 
40
                <Property key="Size" value="32 32"/>
 
41
                <Property key="Resource" value="LinkPointerImage"/>
 
42
        </Resource>
 
43
</MyGUI>