mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-29 08:34:37 +01:00
removed a param from board_handlePenUp
This commit is contained in:
parent
7614d971c1
commit
968dcf2835
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…
Add table
Reference in a new issue