diff options
Diffstat (limited to 'common_windows.c')
| -rw-r--r-- | common_windows.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common_windows.c b/common_windows.c index ca42eab..207b691 100644 --- a/common_windows.c +++ b/common_windows.c @@ -85,6 +85,7 @@ BOOL sharedWndProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam, LRESULT * return TRUE; case WM_CTLCOLORSTATIC: case WM_CTLCOLORBTN: + // TODO exempt read-only textboxes if (SetBkMode((HDC) wParam, TRANSPARENT) == 0) xpanic("error setting transparent background mode to Labels", GetLastError()); paintControlBackground((HWND) lParam, (HDC) wParam); |
