mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-12 08:47:50 +01:00
remove logging
This commit is contained in:
parent
a85cfef82d
commit
489ac08289
1 changed files with 5 additions and 5 deletions
|
@ -2707,11 +2707,11 @@ on_draw_event( GtkWidget* widget, cairo_t* cr, gpointer user_data )
|
||||||
{
|
{
|
||||||
// XP_LOGF( "%s(widget=%p)", __func__, widget );
|
// XP_LOGF( "%s(widget=%p)", __func__, widget );
|
||||||
|
|
||||||
GdkRectangle rect;
|
/* GdkRectangle rect; */
|
||||||
if ( gdk_cairo_get_clip_rectangle( cr, &rect) ) {
|
/* if ( gdk_cairo_get_clip_rectangle( cr, &rect) ) { */
|
||||||
XP_LOGF( "%s(): clip: x:%d,y:%d,w:%d,h:%d", __func__,
|
/* XP_LOGF( "%s(): clip: x:%d,y:%d,w:%d,h:%d", __func__, */
|
||||||
rect.x, rect.y, rect.width, rect.height );
|
/* rect.x, rect.y, rect.width, rect.height ); */
|
||||||
}
|
/* } */
|
||||||
|
|
||||||
GtkGameGlobals* globals = (GtkGameGlobals*)user_data;
|
GtkGameGlobals* globals = (GtkGameGlobals*)user_data;
|
||||||
board_invalAll( globals->cGlobals.game.board );
|
board_invalAll( globals->cGlobals.game.board );
|
||||||
|
|
Loading…
Add table
Reference in a new issue