Example #1
0
File: view.go Project: evmar/smash
func (w *Window) Draw(cr *cairo.Context) {
	cr.SetSourceRGB(1, 1, 1)
	cr.Paint()
	w.View.Draw(cr)
}