summaryrefslogtreecommitdiff
path: root/images
diff options
context:
space:
mode:
Diffstat (limited to 'images')
-rw-r--r--images/Makefile4
-rw-r--r--images/bg_box_h.pngbin0 -> 126 bytes
-rw-r--r--images/bg_box_l.pngbin0 -> 162 bytes
-rw-r--r--images/bg_box_r.pngbin0 -> 159 bytes
4 files changed, 3 insertions, 1 deletions
diff --git a/images/Makefile b/images/Makefile
index e70fb41..f1d3a5d 100644
--- a/images/Makefile
+++ b/images/Makefile
@@ -17,7 +17,9 @@ VDRDIR ?= ../../../..
OBJS = logo.o record.o active.o inactive.o button_blue.o \
file.o folder_closed.o folder_open.o plus.o minus.o \
transparent.o edit.o del.o \
- bg_header_h.o bg_header_l.o bg_header_r.o
+ bg_header_h.o bg_header_l.o bg_header_r.o \
+ bg_box_h.o bg_box_l.o bg_box_r.o
+
### Default rules:
diff --git a/images/bg_box_h.png b/images/bg_box_h.png
new file mode 100644
index 0000000..d97911f
--- /dev/null
+++ b/images/bg_box_h.png
Binary files differ
diff --git a/images/bg_box_l.png b/images/bg_box_l.png
new file mode 100644
index 0000000..80f3dc8
--- /dev/null
+++ b/images/bg_box_l.png
Binary files differ
diff --git a/images/bg_box_r.png b/images/bg_box_r.png
new file mode 100644
index 0000000..a3734ab
--- /dev/null
+++ b/images/bg_box_r.png
Binary files differ