summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2007-06-01 17:34:13 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2007-06-01 17:34:13 +0000
commit12e6f1a11bb29f24795cafb21213ad4f9ddd89c6 (patch)
tree1b178d043cd8256dfe4746bf32093bc5a9549b03
parent4241f2ef6d07c5835dfa5f6dcef0db2492f6fc4d (diff)
downloadmana-client-12e6f1a11bb29f24795cafb21213ad4f9ddd89c6.tar.gz
mana-client-12e6f1a11bb29f24795cafb21213ad4f9ddd89c6.tar.bz2
mana-client-12e6f1a11bb29f24795cafb21213ad4f9ddd89c6.tar.xz
mana-client-12e6f1a11bb29f24795cafb21213ad4f9ddd89c6.zip
Added target cursors to installed files.
-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 \