diff --git a/newctrl/tab_windows.c b/newctrl/tab_windows.c index 2936a94..fe51003 100644 --- a/newctrl/tab_windows.c +++ b/newctrl/tab_windows.c @@ -12,6 +12,7 @@ static LRESULT CALLBACK tabSubProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM l LRESULT r; LRESULT lResult; + // TODO add to Group if (sharedWndProc(hwnd, uMsg, wParam, lParam, &lResult)) return lResult; switch (uMsg) {