diff options
| author | phintuka <phintuka> | 2012-01-31 19:49:24 +0000 |
|---|---|---|
| committer | phintuka <phintuka> | 2012-01-31 19:49:24 +0000 |
| commit | edf3ec46ee8bc71a2725f819062a5872d9d8c72e (patch) | |
| tree | 9b44caf2b5a5c5bb7fb648680ad431c022badd37 | |
| parent | 73af4118ee2f291408796eb6c32837d5bfe3202f (diff) | |
| download | xineliboutput-edf3ec46ee8bc71a2725f819062a5872d9d8c72e.tar.gz xineliboutput-edf3ec46ee8bc71a2725f819062a5872d9d8c72e.tar.bz2 | |
Added modeswitch flags
| -rw-r--r-- | xine_frontend.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/xine_frontend.h b/xine_frontend.h index ddd82abf..876cebe2 100644 --- a/xine_frontend.h +++ b/xine_frontend.h @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: xine_frontend.h,v 1.26 2011-10-25 18:20:16 phintuka Exp $ + * $Id: xine_frontend.h,v 1.27 2012-01-31 19:49:24 phintuka Exp $ * */ @@ -69,6 +69,10 @@ struct frontend_config_s { #define WINDOW_ID_NONE -1 #define WINDOW_ID_ROOT -2 +/* Video mode switching flags */ +#define MODESWITCH_SIZE 0x1 +#define MODESWITCH_RATE 0x2 +#define MODESWITCH_INTERLACE 0x4 struct frontend_s { /* Display */ |
