summaryrefslogtreecommitdiff
path: root/redo/zz_test.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-08-06 21:34:31 -0400
committerPietro Gagliardi <[email protected]>2014-08-06 21:34:31 -0400
commitddbb71991891731c43ebb8c6e82b16a8179855cc (patch)
tree7b7fe5c7c2b19e09ee0b8c364d7b831b27b3ded2 /redo/zz_test.go
parent2ea9987c98eab0e0a7f53b5495b08a6f091ff6ff (diff)
Made containers transparent on Windows. This is the first of a four-part set (though IDK if it will be four commits) to make both containers and areas both transparent and flicker-free. Also added a Space() tab to the test program to test the transparency.
Diffstat (limited to 'redo/zz_test.go')
-rw-r--r--redo/zz_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/redo/zz_test.go b/redo/zz_test.go
index c54c614..22ab0bc 100644
--- a/redo/zz_test.go
+++ b/redo/zz_test.go
@@ -64,6 +64,7 @@ func (tw *testwin) make(done chan struct{}) {
done <- struct{}{}
return true
})
+ tw.t.Append("Space", Space())
tw.a = NewArea(200, 200, &areaHandler{})
tw.t.Append("Area", tw.a)
tw.spw = NewHorizontalStack(