From 916f300badaaaac5ba36850c1f4be2b800c6746f Mon Sep 17 00:00:00 2001 From: James Courtier-Dutton Date: Thu, 3 Jan 2002 22:41:54 +0000 Subject: 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 --- src/video_out/video_out_x11.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3