diff options
author | louis <louis.braun@gmx.de> | 2015-07-07 17:58:10 +0200 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2015-07-07 17:58:10 +0200 |
commit | 5a6fb850b35bc63325cac482daaa70b00b0e8e8b (patch) | |
tree | c46bea143641a4a0f4461b971ae2cd03e10ac76b /libtemplate/templatefunction.h | |
parent | 50fe393724a265341b1745dd401db9d93f46f354 (diff) | |
download | vdr-plugin-skindesigner-5a6fb850b35bc63325cac482daaa70b00b0e8e8b.tar.gz vdr-plugin-skindesigner-5a6fb850b35bc63325cac482daaa70b00b0e8e8b.tar.bz2 |
immplemented areacontainers to group areas
Diffstat (limited to 'libtemplate/templatefunction.h')
-rw-r--r-- | libtemplate/templatefunction.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libtemplate/templatefunction.h b/libtemplate/templatefunction.h index a000110..d800c5f 100644 --- a/libtemplate/templatefunction.h +++ b/libtemplate/templatefunction.h @@ -23,6 +23,7 @@ enum eFuncType { ftView, ftViewElement, ftViewList, + ftPixmapContainer, ftPixmap, ftPixmapScroll, ftLoop, |