diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2007-06-01 17:34:13 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2007-06-01 17:34:13 +0000 |
commit | 12e6f1a11bb29f24795cafb21213ad4f9ddd89c6 (patch) | |
tree | 1b178d043cd8256dfe4746bf32093bc5a9549b03 /data/graphics/gui/CMakeLists.txt | |
parent | 4241f2ef6d07c5835dfa5f6dcef0db2492f6fc4d (diff) | |
download | mana-12e6f1a11bb29f24795cafb21213ad4f9ddd89c6.tar.gz mana-12e6f1a11bb29f24795cafb21213ad4f9ddd89c6.tar.bz2 mana-12e6f1a11bb29f24795cafb21213ad4f9ddd89c6.tar.xz mana-12e6f1a11bb29f24795cafb21213ad4f9ddd89c6.zip |
Added target cursors to installed files.
Diffstat (limited to 'data/graphics/gui/CMakeLists.txt')
-rw-r--r-- | data/graphics/gui/CMakeLists.txt | 8 |
1 files changed, 7 insertions, 1 deletions
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 |