summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJames Courtier-Dutton <jcdutton@users.sourceforge.net>2002-01-03 22:41:54 +0000
committerJames Courtier-Dutton <jcdutton@users.sourceforge.net>2002-01-03 22:41:54 +0000
commit916f300badaaaac5ba36850c1f4be2b800c6746f (patch)
tree39c17c5f32298258a0fa5f9b6ac5da36f0ec2d35 /src
parent7349b9bc31f5e800839bfd3dac447e31da4e1403 (diff)
downloadxine-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.h5
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