From 49291497d3cb696bb9b17033c38859eaf1cc1be8 Mon Sep 17 00:00:00 2001 From: Kristian Høgsberg Date: Tue, 12 Oct 2010 15:48:29 -0400 Subject: Add more cursors from the DMZ theme --- data/Makefile | 10 ++++++++-- data/dnd-copy.png | Bin 0 -> 1244 bytes data/dnd-link.png | Bin 0 -> 1321 bytes data/dnd-move.png | Bin 0 -> 1213 bytes data/hand2.png | Bin 0 -> 1108 bytes data/sb_h_double_arrow.png | Bin 0 -> 1287 bytes data/sb_v_double_arrow.png | Bin 0 -> 1140 bytes 7 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 data/dnd-copy.png create mode 100644 data/dnd-link.png create mode 100644 data/dnd-move.png create mode 100644 data/hand2.png create mode 100644 data/sb_h_double_arrow.png create mode 100644 data/sb_v_double_arrow.png (limited to 'data') 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 new file mode 100644 index 0000000..fd044ae Binary files /dev/null and b/data/dnd-copy.png differ diff --git a/data/dnd-link.png b/data/dnd-link.png new file mode 100644 index 0000000..5183bf9 Binary files /dev/null and b/data/dnd-link.png differ diff --git a/data/dnd-move.png b/data/dnd-move.png new file mode 100644 index 0000000..c3ccd6e Binary files /dev/null and b/data/dnd-move.png differ diff --git a/data/hand2.png b/data/hand2.png new file mode 100644 index 0000000..016b9a6 Binary files /dev/null and b/data/hand2.png differ diff --git a/data/sb_h_double_arrow.png b/data/sb_h_double_arrow.png new file mode 100644 index 0000000..8e55c0a Binary files /dev/null and b/data/sb_h_double_arrow.png differ diff --git a/data/sb_v_double_arrow.png b/data/sb_v_double_arrow.png new file mode 100644 index 0000000..822f622 Binary files /dev/null and b/data/sb_v_double_arrow.png differ -- cgit v1.2.3