diff options
author | James Courtier-Dutton <jcdutton@users.sourceforge.net> | 2002-01-03 22:41:54 +0000 |
---|---|---|
committer | James Courtier-Dutton <jcdutton@users.sourceforge.net> | 2002-01-03 22:41:54 +0000 |
commit | 916f300badaaaac5ba36850c1f4be2b800c6746f (patch) | |
tree | 39c17c5f32298258a0fa5f9b6ac5da36f0ec2d35 /src | |
parent | 7349b9bc31f5e800839bfd3dac447e31da4e1403 (diff) | |
download | xine-lib-916f300badaaaac5ba36850c1f4be2b800c6746f.tar.gz xine-lib-916f300badaaaac5ba36850c1f4be2b800c6746f.tar.bz2 |
Some changes to help development of better tv-out on nvidia cards.
Add a new event from GUI to video_out to inform it about Fullscreen status.
CVS patchset: 1328
CVS date: 2002/01/03 22:41:54
Diffstat (limited to 'src')
-rw-r--r-- | src/video_out/video_out_x11.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/video_out/video_out_x11.h b/src/video_out/video_out_x11.h index 5872d4f2f..438eca758 100644 --- a/src/video_out/video_out_x11.h +++ b/src/video_out/video_out_x11.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: video_out_x11.h,v 1.10 2001/11/07 23:01:03 matt2000 Exp $ + * $Id: video_out_x11.h,v 1.11 2002/01/03 22:41:54 jcdutton Exp $ * * structs and defines specific to all x11 related output plugins * (any x11 base xine ui should include this) @@ -107,6 +107,9 @@ typedef struct { /* int *data */ #define GUI_DATA_EX_LOGO_VISIBILITY 6 +/* int *data */ +#define GUI_DATA_EX_FULLSCREEN 7 + #ifdef __cplusplus } #endif |