]> git.cworth.org Git - apitrace/blob - specs/scripts/wglenum.sh
d3dretrace: Force DWM traces to run on a window.
[apitrace] / specs / scripts / wglenum.sh
1 #!/bin/sh
2
3 sed -n -e 's/^\s\+\(WGL_\S\+\)\s*=\s*\(0x2\w\w\w\)\s*$/\2 \1/p' "$@" \
4 | sort -u \
5 | sed -e 's/\(\S\+\)\s\+\(\S\+\)/    "\2",\t\t# \1/'