mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-23 07:27:22 +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 ) {
|
if ( globals->mouseDown ) {
|
||||||
redraw = board_handlePenUp( globals->cGlobals.game.board,
|
redraw = board_handlePenUp( globals->cGlobals.game.board,
|
||||||
event->x,
|
event->x,
|
||||||
event->y, event->time );
|
event->y );
|
||||||
if ( redraw ) {
|
if ( redraw ) {
|
||||||
board_draw( globals->cGlobals.game.board );
|
board_draw( globals->cGlobals.game.board );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue