summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2007-01-03 23:27:48 +0000
committerDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2007-01-03 23:27:48 +0000
commitbd1b8b7a2a4405e43f621c9de52f98133d7bd704 (patch)
treec5440496a70fee13a8d8d8de4a119be08aa93912
parentdd559dc2f7bf9130e88c4b4b9109d92a262f1759 (diff)
downloadvdr-plugin-live-bd1b8b7a2a4405e43f621c9de52f98133d7bd704.tar.gz
vdr-plugin-live-bd1b8b7a2a4405e43f621c9de52f98133d7bd704.tar.bz2
added images for active, inactive and record
-rw-r--r--images/Makefile2
-rw-r--r--images/active.pngbin0 -> 308 bytes
-rw-r--r--images/inactive.pngbin0 -> 437 bytes
-rw-r--r--images/record.pngbin0 -> 332 bytes
4 files changed, 1 insertions, 1 deletions
diff --git a/images/Makefile b/images/Makefile
index cedd832..e9fcf3c 100644
--- a/images/Makefile
+++ b/images/Makefile
@@ -14,7 +14,7 @@ VDRDIR ?= ../../../..
### The object files (add further files here):
-OBJS = logo.o
+OBJS = logo.o record.o active.o inactive.o
### Default rules:
diff --git a/images/active.png b/images/active.png
new file mode 100644
index 0000000..fcff3d9
--- /dev/null
+++ b/images/active.png
Binary files differ
diff --git a/images/inactive.png b/images/inactive.png
new file mode 100644
index 0000000..1f86259
--- /dev/null
+++ b/images/inactive.png
Binary files differ
diff --git a/images/record.png b/images/record.png
new file mode 100644
index 0000000..4d31d9f
--- /dev/null
+++ b/images/record.png
Binary files differ