Skip to content

Commit

Permalink
20.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
I-Rinka committed Mar 11, 2020
1 parent 140e8af commit d3bdb27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WinKeyboardLocker/KeyboardLocker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,10 @@ LRESULT CALLBACK WndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam)
SetForegroundWindow(hwnd);//使得菜单出现后,单击菜单外的使地方选框消失
CreatTrayMenu(hwnd);
}
if (lParam == NIN_BALLOONUSERCLICK)
/*if (lParam == NIN_BALLOONUSERCLICK)
{
MessageBox(hwnd, WKBL_APP_NAME, WKBL_APP_TITLE, 0);
}
}*/
//if (isLocked && lParam == NIN_BALLOONUSERCLICK)//设定为只有需要解锁时点击通知才有用
//{
// KeyboardLocker(hwnd);
Expand Down

0 comments on commit d3bdb27

Please sign in to comment.