diff options
author | louis <louis.braun@gmx.de> | 2015-04-01 13:26:36 +0200 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2015-04-01 13:26:36 +0200 |
commit | 7c9ad39e95205d2c3304499dc4d66548bea037fa (patch) | |
tree | 5f9dc55508fcbd44494637ea5890d45d71722db4 /libtemplate/templatefunction.h | |
parent | 25505767d320c43ab803c2546d9aee0dc74bb1d5 (diff) | |
download | vdr-plugin-skindesigner-7c9ad39e95205d2c3304499dc4d66548bea037fa.tar.gz vdr-plugin-skindesigner-7c9ad39e95205d2c3304499dc4d66548bea037fa.tar.bz2 |
added parameter mode to viewelement <devices>
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 3c7e515..fa2e86a 100644 --- a/libtemplate/templatefunction.h +++ b/libtemplate/templatefunction.h @@ -40,6 +40,7 @@ enum eFuncType { enum eParamType { ptCond, ptName, + ptMode, ptX, ptY, ptWidth, |