]> git.sesse.net Git - vlc/blobdiff - modules/video_output/x11/xcommon.h
Partially cleanup the vout_window API
[vlc] / modules / video_output / x11 / xcommon.h
index aaf82427fe71518397e24695a539664537436571..e82a56a170b756b4eda8047ac47419b755656ad0 100644 (file)
@@ -55,6 +55,7 @@
 #include <libosso.h>
 #endif
 
+struct vout_window_t;
 
 /*****************************************************************************
  * x11_window_t: X11 window descriptor
@@ -63,7 +64,7 @@
  *****************************************************************************/
 typedef struct x11_window_t
 {
-    Window              owner_window;               /* owner window (if any) */
+    struct vout_window_t*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 */