diff options
Diffstat (limited to 'frontend.h')
-rw-r--r-- | frontend.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: frontend.h,v 1.6 2006-08-22 03:45:34 phintuka Exp $ + * $Id: frontend.h,v 1.7 2006-08-25 04:03:11 phintuka Exp $ * */ @@ -114,7 +114,8 @@ class cXinelibThread : public cThread, public cListObject int speaker_type); virtual int ConfigurePostprocessing(const char *name, bool on, const char *args); virtual int ConfigureVideo(int hue, int saturation, - int brightness, int contrast); + int brightness, int contrast, + int overscan); // Local frontend: virtual void ConfigureWindow(int fullscreen, int width, int height, int modeswitch, const char *modeline, |