diff options
| author | Pietro Gagliardi <[email protected]> | 2014-07-18 11:20:18 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-07-18 11:20:18 -0400 |
| commit | f64f2781ce07d140ef450c6c56777da8728dc612 (patch) | |
| tree | 70b8233455aa468c578c2af199b976e70bd52f22 /redo/sizing_windows.c | |
| parent | 489ce0a0538c81ab6a10efd4b97cce6299fc4d81 (diff) | |
Added (and applied) standard Windows fonts.
Diffstat (limited to 'redo/sizing_windows.c')
| -rw-r--r-- | redo/sizing_windows.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/redo/sizing_windows.c b/redo/sizing_windows.c index 2b0357d..5589ddd 100644 --- a/redo/sizing_windows.c +++ b/redo/sizing_windows.c @@ -10,12 +10,9 @@ HDC getDC(HWND hwnd) dc = GetDC(hwnd); if (dc == NULL) xpanic("error getting DC for preferred size calculations", GetLastError()); -/* TODO */ /* TODO save for restoring later */ -/* if (SelectObject(dc, controlFont) == NULL) xpanic("error loading control font into device context for preferred size calculation", GetLastError()); -*/ return dc; } |
