mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-04 23:02:02 +01:00
removed a param from board_handlePenUp
This commit is contained in:
parent
c6598bef8a
commit
46c5433b74
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ button_release_event( GtkWidget *widget, GdkEventMotion *event,
|
|||
if ( globals->mouseDown ) {
|
||||
redraw = board_handlePenUp( globals->cGlobals.game.board,
|
||||
event->x,
|
||||
event->y, event->time );
|
||||
event->y );
|
||||
if ( redraw ) {
|
||||
board_draw( globals->cGlobals.game.board );
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue