mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-03 23:04:08 +01:00
remove parameter following API change
This commit is contained in:
parent
00d2c5c0ff
commit
9ad529c6b6
1 changed files with 1 additions and 2 deletions
|
@ -2225,8 +2225,7 @@ mainViewHandleEvent( EventPtr event )
|
|||
if ( globals->penDown ) {
|
||||
draw = board_handlePenUp( globals->game.board,
|
||||
hresX( globals, event->screenX),
|
||||
hresY( globals, event->screenY ),
|
||||
0 );
|
||||
hresY( globals, event->screenY ) );
|
||||
handled = draw; /* this is wrong!!!! */
|
||||
globals->penDown = false;
|
||||
|
||||
|
|
Loading…
Reference in a new issue