blob: ea87c6fdca98d4af28f84dca4a5add923f604581 (
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
|
cursordir = $(datadir)/icons/mate-black/cursors
cursor_DATA = \
00008160000006810000408080010102 \
028006030e0e7ebffc7f7070c0600140 \
03b6e0fcb3499374a867c041f52298f0 \
08e8e1c95fe2fc01f976f1e063a24ccd \
1081e37283d90000800003c07f3ef6bf \
14fef782d02440884392942c11205230 \
2870a09082c103050810ffdffffe0204 \
3085a0e285430894940527032f8b26df \
3ecb610c1bf2410f44200f48c40d3599 \
4498f0e0c1937ffe01fd06f973665830 \
5c6cd98b3f3ebcb1f9c7f1c204630408 \
6407b0e94181790501fd1e167b474872 \
640fb0e74195791501fd1ed57b41487f \
9081237383d90e509aa00f00170e968f \
9d800788f1b08800ae810202380a0822 \
alias \
all-scroll \
arrow \
AUTHORS \
bd_double_arrow \
bottom_left_corner \
bottom_right_corner \
bottom_side \
bottom_tee \
c7088f0f3e6c8088236ef8e1e3e70000 \
cell \
circle \
col-resize \
context-menu \
copy \
cross \
crossed_circle \
crosshair \
cross_reverse \
d9ce0ab605698f320427677b458ad60b \
default \
diamond_cross \
dnd-ask \
dnd-copy \
dnd-link \
dnd-move \
dnd-no-drop \
dnd-none \
dotbox \
dot_box_mask \
double_arrow \
draft_large \
draft_small \
draped_box \
e29285e634086352946a0e7090d73106 \
e-resize \
ew-resize \
fcf1c3c7cd4491d801f1e1c78f100000 \
fd_double_arrow \
fleur \
grab \
grabbing \
hand \
hand1 \
hand2 \
h_double_arrow \
help \
icon \
left_ptr \
left_ptr_help \
left_ptr_watch \
left_side \
left_tee \
link \
ll_angle \
lr_angle \
move \
ne-resize \
nesw-resize \
no-drop \
not-allowed \
n-resize \
ns-resize \
nw-resize \
nwse-resize \
pencil \
pirate \
plus \
pointer \
pointer-move \
progress \
question_arrow \
right_ptr \
right_side \
right_tee \
row-resize \
sb_down_arrow \
sb_h_double_arrow \
sb_left_arrow \
sb_right_arrow \
sb_up_arrow \
sb_v_double_arrow \
se-resize \
size_all \
size_bdiag \
size_fdiag \
size_hor \
size_ver \
s-resize \
sw-resize \
target \
tcross \
text \
top_left_arrow \
top_left_corner \
top_right_corner \
top_side \
top_tee \
ul_angle \
ur_angle \
v_double_arrow \
vertical-text \
wait \
watch \
w-resize \
X_cursor \
xterm \
zoom-in \
zoom-out
EXTRA_DIST = $(cursor_DATA)
MAINTAINERCLEANFILES = \
Makefile.in
-include $(top_srcdir)/git.mk
|