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

Use XCB XCB_CURRENT_TIME instead of xcb-proto XCB_TIME_CURRENT_TIME

parent 431798eb
......@@ -385,7 +385,7 @@ static int Open (vlc_object_t *obj)
xcb_xv_grab_port_reply_t *gr =
xcb_xv_grab_port_reply (p_sys->conn,
xcb_xv_grab_port (p_sys->conn, port,
XCB_TIME_CURRENT_TIME), NULL);
XCB_CURRENT_TIME), NULL);
uint8_t result = gr ? gr->result : 0xff;
free (gr);
......
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