X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_vout_window.h;h=84d78eebcf3841ccc5f0b8913d34a303d36ca256;hb=68a032f9ff344ee45e0ca7d0e75620d155ae1019;hp=14e6db7c669aaad6bef36e6e74b739624b743881;hpb=e21af72667a0291da9decea43330b881fabf8939;p=vlc diff --git a/include/vlc_vout_window.h b/include/vlc_vout_window.h index 14e6db7c66..84d78eebcf 100644 --- a/include/vlc_vout_window.h +++ b/include/vlc_vout_window.h @@ -90,12 +90,12 @@ struct vout_window_t { union { void *hwnd; /* Win32 window handle */ uint32_t xid; /* X11 windows ID */ - }; + } handle; /* 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) *