diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-10-29 14:03:10 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-10-29 14:03:10 -0500 |
commit | 0bf8ed2645fa9721cdf2ebab5e81307e1649b967 (patch) | |
tree | d9c0d0e0c1d6d7090a32771266eb709bfcfb508a /tests/compare | |
parent | 623f11f6000cb2f05f51c81e7a1c6fc02ce21907 (diff) | |
download | gtk3-tqt-engine-0bf8ed2645fa9721cdf2ebab5e81307e1649b967.tar.gz gtk3-tqt-engine-0bf8ed2645fa9721cdf2ebab5e81307e1649b967.zip |
A few widgets are now working somewhat
Diffstat (limited to 'tests/compare')
-rwxr-xr-x | tests/compare | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/compare b/tests/compare new file mode 100755 index 0000000..83726c5 --- /dev/null +++ b/tests/compare @@ -0,0 +1,3 @@ +#!/bin/bash + +composite -compose subtract tqt3.png stroke.png diff.png |