mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
Get rid of param removed from board_handlePenUp.
This commit is contained in:
parent
e0072c9b87
commit
4da329a482
1 changed files with 1 additions and 1 deletions
|
@ -2020,7 +2020,7 @@ WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
|
|||
case WM_LBUTTONUP:
|
||||
if ( globals->penDown ) {
|
||||
draw = board_handlePenUp( globals->game.board, LOWORD(lParam),
|
||||
HIWORD(lParam), 0 );
|
||||
HIWORD(lParam) );
|
||||
globals->penDown = XP_FALSE;
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue