diff options
| author | Pietro Gagliardi <[email protected]> | 2014-03-18 21:44:46 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-03-18 21:44:46 -0400 |
| commit | 8caf5823e3e3a3767b8d4760015b7754f9f70637 (patch) | |
| tree | e1fa55f1f43fc79f91867cee4e753631dc948915 | |
| parent | 901557e46a441ee787f94f7848a66438f12de9e2 (diff) | |
Nope, getting rid of the lock on preferredSize() still doesn't let me go back to using channels for Area events. Oh well.
| -rw-r--r-- | areaplan.md | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/areaplan.md b/areaplan.md index 5b22e28..8bfe69d 100644 --- a/areaplan.md +++ b/areaplan.md @@ -1,9 +1,3 @@ -``` -git checkout ab4d286c78b4e240a82b2b191f0d9c8d43c7b44c -- area.go area_unix.go sysdata.go test/main.go -``` - --------------- - ```go type Area struct { // implements Control // Paint receives requests to redraw from the window system. |
