void gdk_view_set_score(GdkView * d,int score) {
Block * block;
g_assert(IS_GDK_VIEW(d));
gdk_view_clear_score(d);
int pre_score;
int i = 0;
if( score != 0 ) {