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