X-Git-Url: https://git.videolan.org/gitweb.cgi/vlc.git/?p=vlc.git;p=vlc.git;a=blobdiff_plain;f=modules%2Fvideo_output%2Fx11%2Fxcommon.h;h=e949359fe51bb41d6630c31ee71656a15f4c24a8;hp=cd945d11bb3efcde2ba5d3bea62f0f41141f82be;hb=87eb9dcdb651078e09ceb952e2b4d86e271e457d;hpb=613d29c6920c15d2dc0c4d1964a8e0b32d1c8de8 diff --git a/modules/video_output/x11/xcommon.h b/modules/video_output/x11/xcommon.h index cd945d11bb..e949359fe5 100644 --- a/modules/video_output/x11/xcommon.h +++ b/modules/video_output/x11/xcommon.h @@ -2,7 +2,7 @@ * xcommon.h: Defines common to the X11 and XVideo plugins ***************************************************************************** * Copyright (C) 1998-2001 VideoLAN - * $Id: xcommon.h,v 1.10 2003/10/25 00:49:14 sam Exp $ + * $Id$ * * Authors: Vincent Seguin * Samuel Hocevar @@ -58,6 +58,7 @@ *****************************************************************************/ typedef struct x11_window_t { + Window owner_window; /* owner window (if any) */ Window base_window; /* base window */ Window video_window; /* sub-window for displaying video */ GC gc; /* graphic context instance handler */