From 9a3e73b46001219177bb13a381420007217dfecf Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Wed, 25 Jun 2014 23:05:29 -0400 Subject: Finished the Windows conversion to the new sizing system. Untested. --- controlsize.go | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'controlsize.go') 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 -- cgit v1.2.3