コード例 #1
0
ファイル: view.go プロジェクト: evmar/smash
func (w *Window) Draw(cr *cairo.Context) {
	cr.SetSourceRGB(1, 1, 1)
	cr.Paint()
	w.View.Draw(cr)
}