astyle formatting for sesman config.h and chansrv clipboard

This commit is contained in:
Jaroslaw Osmanski 2019-02-26 07:40:10 +01:00
parent 0cd13e7e86
commit 0d8a49ab13
2 changed files with 141 additions and 140 deletions

View File

@ -1717,7 +1717,8 @@ clipboard_event_selection_owner_notify(XEvent *xevent)
g_got_selection = 0;
if (lxevent->owner != 0) /* nil owner comes when selection */
{ /* window is closed */
{
/* window is closed */
XConvertSelection(g_display, g_clipboard_atom, g_targets_atom,
g_clip_property_atom, g_wnd, lxevent->timestamp);
}