diff options
author | Kristian Høgsberg <krh@bitplanet.net> | 2010-10-12 15:48:29 -0400 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2010-10-12 17:17:01 -0400 |
commit | 49291497d3cb696bb9b17033c38859eaf1cc1be8 (patch) | |
tree | 29bdb2eecc6255108408b0cc5b03d724f4d673e1 /data | |
parent | 118fb49eeba2e372419bd3413f705a3ad010ba91 (diff) |
Add more cursors from the DMZ theme
Diffstat (limited to 'data')
-rw-r--r-- | data/Makefile | 10 | ||||
-rw-r--r-- | data/dnd-copy.png | bin | 0 -> 1244 bytes | |||
-rw-r--r-- | data/dnd-link.png | bin | 0 -> 1321 bytes | |||
-rw-r--r-- | data/dnd-move.png | bin | 0 -> 1213 bytes | |||
-rw-r--r-- | data/hand2.png | bin | 0 -> 1108 bytes | |||
-rw-r--r-- | data/sb_h_double_arrow.png | bin | 0 -> 1287 bytes | |||
-rw-r--r-- | data/sb_v_double_arrow.png | bin | 0 -> 1140 bytes |
7 files changed, 8 insertions, 2 deletions
diff --git a/data/Makefile b/data/Makefile index 0d57e96..f8b28b6 100644 --- a/data/Makefile +++ b/data/Makefile @@ -4,15 +4,21 @@ cursor_images = \ bottom_left_corner.png \ bottom_right_corner.png \ bottom_side.png \ + dnd-copy.png \ + dnd-link.png \ + dnd-move.png \ grabbing.png \ + hand1.png \ + hand2.png \ left_ptr.png \ left_side.png \ right_side.png \ + sb_h_double_arrow.png \ + sb_v_double_arrow.png \ top_left_corner.png \ top_right_corner.png \ top_side.png \ - xterm.png \ - hand1.png + xterm.png all : diff --git a/data/dnd-copy.png b/data/dnd-copy.png Binary files differnew file mode 100644 index 0000000..fd044ae --- /dev/null +++ b/data/dnd-copy.png diff --git a/data/dnd-link.png b/data/dnd-link.png Binary files differnew file mode 100644 index 0000000..5183bf9 --- /dev/null +++ b/data/dnd-link.png diff --git a/data/dnd-move.png b/data/dnd-move.png Binary files differnew file mode 100644 index 0000000..c3ccd6e --- /dev/null +++ b/data/dnd-move.png diff --git a/data/hand2.png b/data/hand2.png Binary files differnew file mode 100644 index 0000000..016b9a6 --- /dev/null +++ b/data/hand2.png diff --git a/data/sb_h_double_arrow.png b/data/sb_h_double_arrow.png Binary files differnew file mode 100644 index 0000000..8e55c0a --- /dev/null +++ b/data/sb_h_double_arrow.png diff --git a/data/sb_v_double_arrow.png b/data/sb_v_double_arrow.png Binary files differnew file mode 100644 index 0000000..822f622 --- /dev/null +++ b/data/sb_v_double_arrow.png |