mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-09-25 19:13:46 +08:00
fix a bug: always pass cli=0 for dskCalculateDefaultPosition
This commit is contained in:
@@ -4369,7 +4369,7 @@ static LRESULT DesktopWinProc (HWND hWnd, UINT message,
|
||||
/* Since 5.0.0 */
|
||||
case MSG_CALC_POSITION:
|
||||
if (mgIsServer) {
|
||||
dskCalculateDefaultPosition (0, (CALCPOSINFO*)lParam);
|
||||
dskCalculateDefaultPosition ((int)wParam, (CALCPOSINFO*)lParam);
|
||||
return 0;
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user