diff options
| author | Pietro Gagliardi <[email protected]> | 2014-06-25 23:05:29 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-06-25 23:05:29 -0400 |
| commit | 9a3e73b46001219177bb13a381420007217dfecf (patch) | |
| tree | aada49b967ea0bcd9ca220011e9854a54cd4149a /controlsize.go | |
| parent | 92afc9b9447b4ce8961a0c9a02802c5300f886b5 (diff) | |
Finished the Windows conversion to the new sizing system. Untested.
Diffstat (limited to 'controlsize.go')
| -rw-r--r-- | controlsize.go | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/controlsize.go b/controlsize.go index 7a608d2..ff0973b 100644 --- a/controlsize.go +++ b/controlsize.go @@ -11,6 +11,13 @@ type allocation struct { neighbor Control } +type cSysSizeData struct { + xmargin int + ymargin int + xpadding int + ypadding int +} + // for verification; see sysdata.go type sysDataSizeFuncs interface { beginResize() *sysSizeData |
