mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 08:38:20 +00:00
[client] x11: remove noise about unsupported formats
This commit is contained in:
parent
4f8fa6e7aa
commit
41f4166aed
@ -196,10 +196,6 @@ static void x11_cb_wmevent(SDL_SysWMmsg * msg)
|
||||
return;
|
||||
}
|
||||
|
||||
DEBUG_INFO("Unable to copy \"%s\" to \"%s\" type",
|
||||
atomTypes[this->type],
|
||||
XGetAtomName(this->display, e.xselectionrequest.target));
|
||||
|
||||
// report no data
|
||||
s->xselection.property = None;
|
||||
XSendEvent(this->display, e.xselectionrequest.requestor, 0, 0, s);
|
||||
|
Loading…
Reference in New Issue
Block a user