diff options
author | Mike Lampard <mlampard@users.sourceforge.net> | 2001-11-07 16:52:14 +0000 |
---|---|---|
committer | Mike Lampard <mlampard@users.sourceforge.net> | 2001-11-07 16:52:14 +0000 |
commit | 6c0cf0129e3326bedb2c11171acb1a8ded2adc5b (patch) | |
tree | a9e10fb82d056a6898aa81f0bcb6ae552a4ec884 /src | |
parent | 914f83febd42f9610d9027d7bf8b659d58ea3441 (diff) | |
download | xine-lib-6c0cf0129e3326bedb2c11171acb1a8ded2adc5b.tar.gz xine-lib-6c0cf0129e3326bedb2c11171acb1a8ded2adc5b.tar.bz2 |
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
Diffstat (limited to 'src')
-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 } |