From 6c0cf0129e3326bedb2c11171acb1a8ded2adc5b Mon Sep 17 00:00:00 2001 From: Mike Lampard Date: Wed, 7 Nov 2001 16:52:14 +0000 Subject: implement GUI_EX* event to notify vo plugins when the vo window is (un)mapped CVS patchset: 985 CVS date: 2001/11/07 16:52:14 --- src/video_out/video_out_x11.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src') 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 } -- cgit v1.2.3