diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2012-05-12 14:20:41 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2012-05-12 14:20:41 +0200 |
commit | 5f93700e07382ec2d1ef735f36f4f988f0318ad2 (patch) | |
tree | 188c7eff4ccbae80c5c505e25039b0b91328b2ae /tools.h | |
parent | 2193ea32f62c4394be13e2950896f49e01e1d14f (diff) | |
download | vdr-5f93700e07382ec2d1ef735f36f4f988f0318ad2.tar.gz vdr-5f93700e07382ec2d1ef735f36f4f988f0318ad2.tar.bz2 |
The new member function cSkinDisplayReplay::SetRecording() allows a skin to display more information about the currently played recording
Diffstat (limited to 'tools.h')
-rw-r--r-- | tools.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: tools.h 2.18 2012/05/08 11:11:33 kls Exp $ + * $Id: tools.h 2.19 2012/05/12 13:27:56 kls Exp $ */ #ifndef __TOOLS_H @@ -244,6 +244,8 @@ cString TimeToString(time_t t); ///< Converts the given time to a string of the form "www mmm dd hh:mm:ss yyyy". cString DateString(time_t t); ///< Converts the given time to a string of the form "www dd.mm.yyyy". +cString ShortDateString(time_t t); + ///< Converts the given time to a string of the form "dd.mm.yy". cString TimeString(time_t t); ///< Converts the given time to a string of the form "hh:mm". uchar *RgbToJpeg(uchar *Mem, int Width, int Height, int &Size, int Quality = 100); |