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

dev
Kristian Høgsberg 13 years ago
parent f258a310bf
commit 4c61747a1f
  1. 5
      compositor/xserver-launcher.c

@ -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);
}
}

Loading…
Cancel
Save