From 12e6f1a11bb29f24795cafb21213ad4f9ddd89c6 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Fri, 1 Jun 2007 17:34:13 +0000 Subject: Added target cursors to installed files. --- ChangeLog | 7 ++++++- data/graphics/gui/CMakeLists.txt | 8 +++++++- data/graphics/gui/Makefile.am | 8 +++++++- 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 +2007-06-01 Bjørn Lindeijer + + * data/graphics/gui/CMakeLists.txt, data/graphics/gui/Makefile.am: + Added target cursors to installed files. + +2007-05-31 Philipp Sehmisch * 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 \ -- cgit v1.2.3-70-g09d2