don't print TIMESTAMP messages
This commit is contained in:
parent
7e42d21012
commit
49fda441d2
1 changed files with 2 additions and 1 deletions
|
|
@ -477,7 +477,8 @@ if(0) fprint(2, "xselect target=%d requestor=%d property=%d selection=%d\n",
|
|||
qunlock(&clip.lk);
|
||||
}else{
|
||||
name = XGetAtomName(xd, xe->target);
|
||||
fprint(2, "%s: cannot handle selection request for '%s' (%d)\n", argv0, name, (int)xe->target);
|
||||
if(strcmp(name, "TIMESTAMP") != 0)
|
||||
fprint(2, "%s: cannot handle selection request for '%s' (%d)\n", argv0, name, (int)xe->target);
|
||||
r.xselection.property = None;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue