diff options
-rw-r--r-- | src/video_out/video_out_x11.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/video_out/video_out_x11.h b/src/video_out/video_out_x11.h index a98ca612b..cb31f0a19 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.8 2001/10/22 00:52:10 guenter Exp $ + * $Id: video_out_x11.h,v 1.9 2001/11/07 16:52:14 mlampard Exp $ * * structs and defines specific to all x11 related output plugins * (any x11 base xine ui should include this) @@ -102,6 +102,8 @@ typedef struct { #define GUI_DATA_EX_EXPOSE_EVENT 3 /* x11_rectangle_t *data */ #define GUI_DATA_EX_TRANSLATE_GUI_TO_VIDEO 4 +/* int *data */ +#define GUI_DATA_EX_VIDEOWIN_VISIBLE 5 #ifdef __cplusplus } |