x11: Clear X11 selection when we can't bridge the data type

This commit is contained in:
Kristian Høgsberg 2011-12-29 14:16:42 -05:00
parent f258a310bf
commit 4c61747a1f

View file

@ -505,6 +505,11 @@ wlsc_xserver_set_selection(struct wlsc_input_device *device)
wm->selection_window,
wm->atom.clipboard,
XCB_TIME_CURRENT_TIME);
} else {
xcb_set_selection_owner(wm->conn,
XCB_ATOM_NONE,
wm->atom.clipboard,
XCB_TIME_CURRENT_TIME);
}
}