]> git.sesse.net Git - vlc/blobdiff - modules/video_output/msw/vout.h
XCB: configure rules
[vlc] / modules / video_output / msw / vout.h
index d1753f11d36b23dbad5b07b4d9aea7d591493c28..945899b0e9a45598fe0b5380504ceb911978b7dc 100644 (file)
@@ -68,6 +68,8 @@ typedef struct event_thread_t
 
 #endif
 
+struct vout_window_t;
+
 /*****************************************************************************
  * vout_sys_t: video output method descriptor
  *****************************************************************************
@@ -78,6 +80,7 @@ struct vout_sys_t
 {
     HWND                 hwnd;                  /* Handle of the main window */
     HWND                 hvideownd;        /* Handle of the video sub-window */
+    struct vout_window_t *parent_window;         /* Parent window VLC object */
     HWND                 hparent;             /* Handle of the parent window */
     HWND                 hfswnd;          /* Handle of the fullscreen window */
     WNDPROC              pf_wndproc;             /* Window handling callback */