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

XCB: remove display-level close event

parent 79ccb3a8
...@@ -265,11 +265,6 @@ static int ProcessEvent (vout_display_t *vd, xcb_connection_t *conn, ...@@ -265,11 +265,6 @@ static int ProcessEvent (vout_display_t *vd, xcb_connection_t *conn,
(xcb_visibility_notify_event_t *)ev); (xcb_visibility_notify_event_t *)ev);
break; break;
/* FIXME I am not sure it is the right one */
case XCB_DESTROY_NOTIFY:
vout_display_SendEventClose (vd);
break;
case XCB_MAPPING_NOTIFY: case XCB_MAPPING_NOTIFY:
break; break;
......
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