]> git.sesse.net Git - vlc/blobdiff - include/vlc_vout_window.h
Moved var_InheritURational to the core.
[vlc] / include / vlc_vout_window.h
index 53e3665c004dbf3ddd90bc5b93530663e42d841c..84d78eebcf3841ccc5f0b8913d34a303d36ca256 100644 (file)
@@ -94,8 +94,8 @@ struct vout_window_t {
 
     /* display server (mandatory) */
     union {
-        char     *x11_display; /* X11 display (NULL = use default) */
-    };
+        char     *x11; /* X11 display (NULL = use default) */
+    } display;
 
     /* Control on the module (mandatory)
      *