diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-06 21:34:31 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-06 21:34:31 -0400 |
| commit | ddbb71991891731c43ebb8c6e82b16a8179855cc (patch) | |
| tree | 7b7fe5c7c2b19e09ee0b8c364d7b831b27b3ded2 /redo/zz_test.go | |
| parent | 2ea9987c98eab0e0a7f53b5495b08a6f091ff6ff (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.go | 1 |
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( |
