Overview
| Comment: | Updated to invoke Xvfb with 24bpp depth to avoid segfault in FreeColormap() Updated to invoke Xvfb in sub-shell to avoid bash message regarding the process being killed | 
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive | 
| Timelines: | family | ancestors | descendants | both | trunk | 
| Files: | files | file ages | folders | 
| SHA1: | 3a9fc82d6e94095046f4058d745d85c2 | 
| User & Date: | rkeene on 2010-09-26 04:49:05 | 
| Other Links: | manifest | tags | 
Context
| 2010-09-26 | ||
| 04:49 | Added patch for Tk to fix Tk 8.4 on UNIX's bind ... <MouseWheel> check-in: 6aed8e99b7 user: rkeene tags: trunk | |
| 04:49 | Updated to invoke Xvfb with 24bpp depth to avoid segfault in FreeColormap() Updated to invoke Xvfb in sub-shell to avoid bash message regarding the process being killedcheck-in: 3a9fc82d6e user: rkeene tags: trunk | |
| 04:49 | Updated to support static Tk on non-Windows platforms check-in: 70da029110 user: rkeene tags: trunk | |
Changes
Modified build/test/test from [472fc137a9] to [a5bd4b45c4].
| ︙ | |||
| 41 42 43 44 45 46 47 | 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 | - - + + + + | 
		continue
	fi
	rm -f "${file}"
done
# Start Xvfb for X11-based tests
 | 
| ︙ |