diff options
author | lordjaxom <lordjaxom> | 2004-12-28 01:24:35 +0000 |
---|---|---|
committer | lordjaxom <lordjaxom> | 2004-12-28 01:24:35 +0000 |
commit | d5de012d18ffe859b70e703fec6170b1021e4249 (patch) | |
tree | 0fd60f69e1e432ca891828a5ce42df6a47634c22 /Makefile | |
parent | b0a767292621b6c79a8bd021bbe2915a64e5b30c (diff) | |
download | vdr-plugin-text2skin-d5de012d18ffe859b70e703fec6170b1021e4249.tar.gz vdr-plugin-text2skin-d5de012d18ffe859b70e703fec6170b1021e4249.tar.bz2 |
- moved marquee into renderer
- introduced object state cache
- introduced blink element
- introduced delay attribute to objects
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -13,7 +13,7 @@ HAVE_FREETYPE=1 # DO NOT EDIT BELOW THIS LINE UNLESS YOU KNOW WHAT YOU'RE DOING # ------------------------------------------------------------- # -# $Id: Makefile,v 1.1 2004/12/19 22:03:06 lordjaxom Exp $ +# $Id: Makefile,v 1.2 2004/12/28 01:24:35 lordjaxom Exp $ # # The official name of this plugin. @@ -55,7 +55,7 @@ PACKAGE = vdr-$(ARCHIVE) OBJS = $(PLUGIN).o loader.o display.o render.o common.o bitmap.o \ file.o i18n.o theme.o cache.o setup.o status.o scroller.o screen.o \ - menu.o font.o quantize.o marquee.o \ + menu.o font.o quantize.o \ \ xml/skin.o xml/parser.o xml/string.o xml/object.o xml/function.o \ xml/type.o xml/display.o xml/xml.o |