diff --git a/data/Makefile b/data/Makefile index 0d57e963..f8b28b66 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 00000000..fd044ae1 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 00000000..5183bf9f 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 00000000..c3ccd6e6 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 00000000..016b9a6e 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 00000000..8e55c0aa 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 00000000..822f622a Binary files /dev/null and b/data/sb_v_double_arrow.png differ