Fix X11 clipboard again.
This commit is contained in:
parent
0870887793
commit
268fa93385
2 changed files with 2 additions and 1 deletions
|
|
@ -378,7 +378,7 @@ xattach(char *label)
|
|||
/*
|
||||
* Look up clipboard atom.
|
||||
*/
|
||||
_x.clipboard = XInternAtom(_x.display, "CLIPBOARD", True);
|
||||
_x.clipboard = XInternAtom(_x.display, "CLIPBOARD", False);
|
||||
|
||||
/*
|
||||
* Lots of display connections for various procs.
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@ install:V: $TARG.install
|
|||
$BIN/%: $O.%
|
||||
$INSTALL $O.$stem $BIN/$stem
|
||||
|
||||
CLEANFILES=$CLEANFILES $PROG
|
||||
NUKEFILES=$NUKEFILES $BIN/$TARG
|
||||
|
||||
<$PLAN9/src/mkcommon
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue