1 --- graphics.c.old 2009-02-10 05:55:24.000000000 +0500
2 +++ graphics.c 2012-01-18 14:28:09.922743978 +0600
7 +#include "gtk-2.0/gtk/gtkprivate.h"
9 static gboolean animateTmpScore (void *);
13 static void invalidate_area(GtkWidget *widget, gint x, gint y, gint w, gint h)
15 - while(GTK_WIDGET_FLAGS(widget) & GTK_NO_WINDOW)
16 + while(GTK_PRIVATE_FLAGS(widget) & GTK_NO_WINDOW)
18 x += widget->allocation.x;
19 y += widget->allocation.y;