summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--data/graphics/gui/CMakeLists.txt8
-rw-r--r--data/graphics/gui/Makefile.am8
3 files changed, 20 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index ffd332cc..6003c0bc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,9 @@
-2007-05-31 Philipp Sehmisch <tmw@crushnet.org>
+2007-06-01 Bjørn Lindeijer <bjorn@lindeijer.nl>
+
+ * data/graphics/gui/CMakeLists.txt, data/graphics/gui/Makefile.am:
+ Added target cursors to installed files.
+
+2007-05-31 Philipp Sehmisch <tmw@crushnet.org>
* data/maps/new_16-1.tmx.gz: Fixed an inconsistency with the neighbor
map (no new walkmap required).
diff --git a/data/graphics/gui/CMakeLists.txt b/data/graphics/gui/CMakeLists.txt
index 59af3fda..5a5c8334 100644
--- a/data/graphics/gui/CMakeLists.txt
+++ b/data/graphics/gui/CMakeLists.txt
@@ -7,6 +7,7 @@ SET (FILES
buttonhi.png
buttonpress.png
checkbox.png
+ deepbox.png
fixedfont.png
hits_blue.png
hits_red.png
@@ -27,7 +28,12 @@ SET (FILES
selection.png
sansserif8.png
slider.png
- deepbox.png
+ target-cursor-blue-l.png
+ target-cursor-blue-m.png
+ target-cursor-blue-s.png
+ target-cursor-red-l.png
+ target-cursor-red-m.png
+ target-cursor-red-s.png
thickborder.png
vscroll_blue.png
vscroll_down_default.png
diff --git a/data/graphics/gui/Makefile.am b/data/graphics/gui/Makefile.am
index 50c9dfe7..8cd42d27 100644
--- a/data/graphics/gui/Makefile.am
+++ b/data/graphics/gui/Makefile.am
@@ -10,6 +10,7 @@ gui_DATA = \
buttonhi.png \
buttonpress.png \
checkbox.png \
+ deepbox.png \
fixedfont.png \
hits_blue.png \
hits_red.png \
@@ -30,7 +31,12 @@ gui_DATA = \
selection.png \
sansserif8.png \
slider.png \
- deepbox.png \
+ target-cursor-blue-l.png \
+ target-cursor-blue-m.png \
+ target-cursor-blue-s.png \
+ target-cursor-red-l.png \
+ target-cursor-red-m.png \
+ target-cursor-red-s.png \
thickborder.png \
vscroll_blue.png \
vscroll_down_default.png \