summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2007-08-22 09:05:24 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2007-08-22 09:05:24 +0000
commit8bff463a67a77096911cd4b427d66c34f95f43c9 (patch)
treef398db467044a54596bd5bb568aefd7a57359eb6 /graphics
parent52c3a2e9618f521f86b0ff096167e73a7302f876 (diff)
downloadclientdata-8bff463a67a77096911cd4b427d66c34f95f43c9.tar.gz
clientdata-8bff463a67a77096911cd4b427d66c34f95f43c9.tar.bz2
clientdata-8bff463a67a77096911cd4b427d66c34f95f43c9.tar.xz
clientdata-8bff463a67a77096911cd4b427d66c34f95f43c9.zip
Added close button and item shortcut backgrounds to files that will be
installed.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gui/CMakeLists.txt2
-rw-r--r--graphics/gui/Makefile.am2
2 files changed, 4 insertions, 0 deletions
diff --git a/graphics/gui/CMakeLists.txt b/graphics/gui/CMakeLists.txt
index 5a5c8334..2ef4b460 100644
--- a/graphics/gui/CMakeLists.txt
+++ b/graphics/gui/CMakeLists.txt
@@ -7,6 +7,7 @@ SET (FILES
buttonhi.png
buttonpress.png
checkbox.png
+ close_button.png
deepbox.png
fixedfont.png
hits_blue.png
@@ -18,6 +19,7 @@ SET (FILES
hscroll_right_default.png
hscroll_right_highlight.png
hscroll_right_pressed.png
+ item_shortcut_bgr.png
mouse.png
menuitemD.png
menuitemF.png
diff --git a/graphics/gui/Makefile.am b/graphics/gui/Makefile.am
index 8cd42d27..6b82843d 100644
--- a/graphics/gui/Makefile.am
+++ b/graphics/gui/Makefile.am
@@ -10,6 +10,7 @@ gui_DATA = \
buttonhi.png \
buttonpress.png \
checkbox.png \
+ close_button.png \
deepbox.png \
fixedfont.png \
hits_blue.png \
@@ -21,6 +22,7 @@ gui_DATA = \
hscroll_right_default.png \
hscroll_right_highlight.png \
hscroll_right_pressed.png \
+ item_shortcut_bgr.png \
mouse.png \
menuitemD.png \
menuitemF.png \