<> 8< strcut BackGround_data { int background_number; /*使用する背景画像番号*/ double x,y; /*画像の座標*/ double x_speed,y_speed; /*スクロール速度*/ int used; int reset; } void DrowBackground(cairo_t *cr, GdkPixbuf *picture); >8