Differences From Artifact [1d3473f00d]:
- Executable file xvfs-create — part of check-in [09e53d3c38] at 2019-09-20 15:58:44 on branch trunk — Allow the user to specify either the path to or the contents of "xvfs-core.h" (user: rkeene, size: 2385) [annotate] [blame] [check-ins using]
To Artifact [9613c501f1]:
- Executable file xvfs-create — part of check-in [e592c85e70] at 2019-09-20 16:39:20 on branch trunk — Cleanup to callbacks (user: rkeene, size: 2388) [annotate] [blame] [check-ins using]
︙ | |||
52 53 54 55 56 57 58 | 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 | - + | set fd [open $outputFile w] ::xvfs::setOutputChannel $fd } if {[info exists headerFile]} { ::xvfs::staticIncludeHeader $headerFile } |
︙ |