diff options
author | louis <louis.braun@gmx.de> | 2014-10-25 16:58:05 +0200 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2014-10-25 16:58:05 +0200 |
commit | 0b9e3787a2a920e010ab53330262fe8644e4b0d0 (patch) | |
tree | 77e7739b11a1c5dba0d96f9eb688f3d37e0af7fb /libtemplate/templatefunction.h | |
parent | ee39eb8066f977d2adb3be71b6c34a7d6af4a22c (diff) | |
download | vdr-plugin-skindesigner-0b9e3787a2a920e010ab53330262fe8644e4b0d0.tar.gz vdr-plugin-skindesigner-0b9e3787a2a920e010ab53330262fe8644e4b0d0.tar.bz2 |
implemented function drawslope
Diffstat (limited to 'libtemplate/templatefunction.h')
-rw-r--r-- | libtemplate/templatefunction.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libtemplate/templatefunction.h b/libtemplate/templatefunction.h index 9a784c5..b6c2d53 100644 --- a/libtemplate/templatefunction.h +++ b/libtemplate/templatefunction.h @@ -32,6 +32,7 @@ enum eFuncType { ftDrawImage, ftDrawRectangle, ftDrawEllipse, + ftDrawSlope, ftNone }; @@ -54,6 +55,7 @@ enum eParamType { ptLayer, ptTransparency, ptQuadrant, + ptType, ptAlign, ptValign, ptScrollMode, |