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

Win32: try to fix compilation

parent ee26881b
...@@ -655,7 +655,7 @@ static int WindowOpen( vout_window_t *p_wnd, const vout_window_cfg_t *cfg ) ...@@ -655,7 +655,7 @@ static int WindowOpen( vout_window_t *p_wnd, const vout_window_cfg_t *cfg )
switch( cfg->type ) switch( cfg->type )
{ {
case VOUT_WINDOW_TYPE_XID: case VOUT_WINDOW_TYPE_XID:
p_wnd->handle.xid = wid; p_wnd->handle.xid = (uintptr_t)wid;
p_wnd->display.x11 = NULL; p_wnd->display.x11 = NULL;
break; break;
case VOUT_WINDOW_TYPE_HWND: case VOUT_WINDOW_TYPE_HWND:
......
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