From eef08fbb1a32d206c32608c95fe8a80db0fbc081 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20H=C3=B8gsberg?= Date: Tue, 17 Aug 2010 21:23:10 -0400 Subject: First step towards drag and drop protocol --- data/Makefile | 4 ++-- data/hand1.png | Bin 0 -> 1117 bytes 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 data/hand1.png (limited to 'data') diff --git a/data/Makefile b/data/Makefile index 3a44a1b8..bc57d232 100644 --- a/data/Makefile +++ b/data/Makefile @@ -11,8 +11,8 @@ cursor_images = \ top_left_corner.png \ top_right_corner.png \ top_side.png \ - xterm.png - + xterm.png \ + hand1.png all : diff --git a/data/hand1.png b/data/hand1.png new file mode 100644 index 00000000..c13aa36b Binary files /dev/null and b/data/hand1.png differ -- cgit v1.2.1