diff options
-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 |