Commit e175dcbb authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Missing initializer

parent 8cf3097c
...@@ -61,6 +61,7 @@ vout_window_t *vout_window_New(vlc_object_t *obj, ...@@ -61,6 +61,7 @@ vout_window_t *vout_window_New(vlc_object_t *obj,
#ifdef WIN32 #ifdef WIN32
case VOUT_WINDOW_TYPE_HWND: case VOUT_WINDOW_TYPE_HWND:
type = "vout window hwnd"; type = "vout window hwnd";
window->handle.hwnd = NULL;
break; break;
#endif #endif
case VOUT_WINDOW_TYPE_XID: case VOUT_WINDOW_TYPE_XID:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment