diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-04 20:10:23 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-04 20:10:23 -0400 |
| commit | 91f1a34003d56a5778d1ae48f7d18c3f27eea1ed (patch) | |
| tree | c49f88038ff3c42bc4c62216987b311355bb43f6 /redo/window_windows.c | |
| parent | ef513c433732f3a12f2d83417b9b1fb92d152930 (diff) | |
Re-added base units calculation to the resizing code now that container stores a HWND again.
Diffstat (limited to 'redo/window_windows.c')
| -rw-r--r-- | redo/window_windows.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/redo/window_windows.c b/redo/window_windows.c index 9cf0654..3cd43cd 100644 --- a/redo/window_windows.c +++ b/redo/window_windows.c @@ -73,7 +73,6 @@ HWND newWindow(LPWSTR title, int width, int height, void *data) NULL, NULL, hInstance, data); if (hwnd == NULL) xpanic("Window creation failed", GetLastError()); - calculateBaseUnits(hwnd); return hwnd; } |
