diff options
author | Johns <johns98@gmx.net> | 2014-01-08 16:57:08 +0100 |
---|---|---|
committer | Johns <johns98@gmx.net> | 2014-01-08 16:57:08 +0100 |
commit | 978fc59abadba1b9d305572554e6638198753a00 (patch) | |
tree | a1bca1972c016f3c819802819a86a44c6954287c /softhddev.h | |
parent | aee9bbed90940159ed9931e56ada67943f9ee21c (diff) | |
download | vdr-plugin-softhddevice-978fc59abadba1b9d305572554e6638198753a00.tar.gz vdr-plugin-softhddevice-978fc59abadba1b9d305572554e6638198753a00.tar.bz2 |
Add support for umlauts in input fields.
Diffstat (limited to 'softhddev.h')
-rw-r--r-- | softhddev.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/softhddev.h b/softhddev.h index 6e446dc..da16ece 100644 --- a/softhddev.h +++ b/softhddev.h @@ -1,7 +1,7 @@ /// /// @file softhddev.h @brief software HD device plugin header file. /// -/// Copyright (c) 2011 - 2013 by Johns. All Rights Reserved. +/// Copyright (c) 2011 - 2014 by Johns. All Rights Reserved. /// /// Contributor(s): /// @@ -25,7 +25,8 @@ extern "C" { #endif /// C callback feed key press - extern void FeedKeyPress(const char *, const char *, int, int); + extern void FeedKeyPress(const char *, const char *, int, int, + const char *); /// C plugin get osd size and ascpect extern void GetOsdSize(int *, int *, double *); |