More TODOs.
This commit is contained in:
parent
c920946898
commit
c1443855d5
|
@ -12,6 +12,7 @@ static LRESULT CALLBACK tabSubProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM l
|
||||||
LRESULT r;
|
LRESULT r;
|
||||||
LRESULT lResult;
|
LRESULT lResult;
|
||||||
|
|
||||||
|
// TODO add to Group
|
||||||
if (sharedWndProc(hwnd, uMsg, wParam, lParam, &lResult))
|
if (sharedWndProc(hwnd, uMsg, wParam, lParam, &lResult))
|
||||||
return lResult;
|
return lResult;
|
||||||
switch (uMsg) {
|
switch (uMsg) {
|
||||||
|
|
Loading…
Reference in New Issue