Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/art/cursor/olpc/olpc.cursortheme
blob: 402ba6ed092e026894a8d203bc9277e56bd0ec1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
<theme name="OLPC">	
	<source size="48" gridsize="48">
		<image file="olpc-0.png" use="0"/>
		<image file="olpc-1.png" use="1"/>
		<image file="olpc-2.png" use="2"/>
		<image file="olpc-3.png" use="3"/>
		<image file="olpc-4.png" use="4"/>
		<image file="olpc-5.png" use="5"/>
		<image file="olpc-6.png" use="6"/>
		<image file="olpc-7.png" use="7"/>
		<image file="olpc-8.png" use="8"/>
		<image file="olpc-9.png" use="9"/>
		<image file="olpc-10.png" use="10"/>
		<image file="olpc-11.png" use="11"/>
		
		<image file="olpc-hotspots.png" use="hotspot"/>
	</source>
	
	<alias name="top_left_arrow" target="left_ptr"/>
	
	<alias name="top_right_arrow" target="right_ptr"/>
	<alias name="arrow" target="right_ptr"/>
	<alias name="draft_small" target="right_ptr"/>
	<alias name="draft_large" target="right_ptr"/>
	
	<alias name="close" target="pirate"/>
	<alias name="destroy" target="pirate"/>
	
	<alias name="right_side" target="left_side"/>
	<alias name="bottom_side" target="top_side"/>
	<alias name="double_arrow" target="top_side"/>
	<alias name="top_right_corner" target="bottom_left_corner"/>
	<alias name="top_left_corner" target="bottom_right_corner"/>
	
	<layout>
		<row>
			<cursor name="left_ptr"/>
			<cursor name="center_ptr"/>
			<cursor name="right_ptr"/>
			<cursor name="exchange"/>
			<cursor name="plus"/>
			<cursor name="minus"/>
		</row><row>
			<cursor name="question_arrow"/>
			<cursor name="link"/>
			<cursor name="unavailable"/>
			<cursor name="pirate"/>
			<cursor name="left_ptr_watch">
				<frame delay="60"/>
				<frame delay="60"/>
				<frame delay="60"/>
				<frame delay="60"/>
				<frame delay="60"/>
				<frame delay="60"/>
				<frame delay="60"/>
				<frame delay="60"/>
				<frame delay="60"/>
				<frame delay="60"/>
				<frame delay="60"/>
			        <frame delay="60"/>
			</cursor>
			<cursor name="left_ptr_modify"/>
		</row><row>
			<cursor name="busy">
				<frame delay="60"/>
				<frame delay="60"/>
				<frame delay="60"/>
				<frame delay="60"/>
				<frame delay="60"/>
				<frame delay="60"/>
				<frame delay="60"/>
				<frame delay="60"/>
				<frame delay="60"/>
				<frame delay="60"/>
				<frame delay="60"/>
			        <frame delay="60"/>
			</cursor>
			<cursor name="circle"/>
			<cursor name="hand1"/>
			<cursor name="hand2"/>
			<cursor name="hand_open"/>
			<cursor name="hand_closed"/>
		</row><row>
			<cursor name="sb_left_arrow"/>
			<cursor name="sb_right_arrow"/>
			<cursor name="sb_up_arrow"/>
			<cursor name="sb_down_arrow"/>
			<cursor name="sb_v_double_arrow"/>
			<cursor name="sb_h_double_arrow"/>
		</row><row>
			<cursor name="bottom_right_corner"/>
			<cursor name="bottom_left_corner"/>
			<cursor name="top_side"/>
			<cursor name="right_side"/>
			<cursor name="fleur"/>
			<cursor name="xterm"/>		
		</row><row>
			<cursor name="crosshair"/>
			<cursor name="pencil"/>
		</row>
	</layout>

<!--
  Aliases can also be used to provide cursors to be used in place
  of particular legacy cursor shapes; whenever libXcursor is
  asked to create a bitmap cursor, it creates a hash value
  from the cursor shape, and tries using that as a cursor
  name. Setting the environment variable XCURSOR_DISCOVER will
  log this process, which is useful for finding out the hash values.

  The following maps the mozilla pointer-while-waiting cursor to 
  left_ptr_watch.
-->
  
  <!-- moz_spinning (left_ptr with watch) -->
  <alias name="08e8e1c95fe2fc01f976f1e063a24ccd" target="left_ptr_watch"/>
  
  <!-- moz_question_arrow (left_ptr with question) -->
  <alias name="5c6cd98b3f3ebcb1f9c7f1c204630408" target="question_arrow"/>
 
<!-- 
   More mozilla hash values that could be aliased:

     moz_alias 0876e1c15ff2fc01f906f1c363074c0f (left_ptr with small arrow) 
     moz_copy 08ffe1cb5fe6fc01f906f1c063814ccf (left_ptr with plus)
     moz_hand_grabbing 208530c400c041818281048008011002 (closed hand)
     moz_hand_grab 5aca4d189052212118709018842178c0 (open hand)
     moz_menu 08ffe1e65f80fcfdf9fff11263e74c48 (left_ptr with menu) */
     moz_question_arrow 5c6cd98b3f3ebcb1f9c7f1c204630408 (left_ptr with ?)

  GTK+ toolkit cursors:
-->

     <alias name="1081e37283d90000800003c07f3ef6bf" target="dnd_copy"/>
     <alias name="9081237383d90e509aa00f00170e968f" target="dnd_move"/>
     <alias name="3085a0e285430894940527032f8b26df" target="dnd_link"/>
     <alias name="1001208387f90000800003000700f6ff" target="dnd_none"/>

     <alias name="90b3018312820b127e5a0b7c8034a301" target="color-picker"/>

     <alias name="watch" target="left_ptr_watch"/>
</theme>