Remove a debugging print, more cleanup.
This commit is contained in:
parent
af78a4cd2b
commit
4cdbf87a15
2 changed files with 2 additions and 2 deletions
|
|
@ -454,7 +454,7 @@ _xselect(XEvent *e, XDisplay *xd)
|
|||
|
||||
memset(&r, 0, sizeof r);
|
||||
xe = (XSelectionRequestEvent*)e;
|
||||
if(1) fprint(2, "xselect target=%d requestor=%d property=%d selection=%d\n",
|
||||
if(0) fprint(2, "xselect target=%d requestor=%d property=%d selection=%d\n",
|
||||
xe->target, xe->requestor, xe->property, xe->selection);
|
||||
r.xselection.property = xe->property;
|
||||
if(xe->target == _x.targets){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue