diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-01 23:36:13 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-01 23:36:13 -0400 |
| commit | 0356d0fd7046071c1320db7340a14df54c79cb0f (patch) | |
| tree | a6a9f389090a7cb32b4b16818da8080e43ed2f43 /redo/sizing_windows.c | |
| parent | e9b2f9f478750539ff9c76147b2d024e70fe958a (diff) | |
Migrated the Windows backend to use sizer.
Diffstat (limited to 'redo/sizing_windows.c')
| -rw-r--r-- | redo/sizing_windows.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/redo/sizing_windows.c b/redo/sizing_windows.c index e6f27a6..60d57f3 100644 --- a/redo/sizing_windows.c +++ b/redo/sizing_windows.c @@ -3,6 +3,8 @@ #include "winapi_windows.h" #include "_cgo_export.h" +/* TODO rename to sizer_windows.c and move all but the first function to control_windows.c */ + BOOL baseUnitsCalculated = FALSE; int baseX; int baseY; |
